Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | opcode-bitmask-gen: Add relative addressing to the | mrb0nk500 | |
list of addressing modes. oof, forgot about that until just now. | |||
2022-01-19 | opcode-bitmask-gen: Fixed bug that occurred when masking | mrb0nk500 | |
out unwanted bits when inverting the addressing mode bitmask. | |||
2022-01-18 | opcode-bitmask-gen: Invert the addressing mode bitmask | mrb0nk500 | |
after all bits have been found, if inverting is enabled. | |||
2022-01-18 | Add support for getting an inverted addressing mode | mrb0nk500 | |
bitmask in `opcode-bitmask-gen`. | |||
2022-01-16 | Fix bug in print_mask() where it'd always use the first | mrb0nk500 | |
instruction entry, rather than the entry of the supplied instruction id(s). | |||
2022-01-14 | Add a bitmask generator for the new instruction handler | mrb0nk500 | |
macro. This program will help with generating the bitmasks for the instruction handler macro. |