Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | - Implemented a new opcode table. | mrb0nk500 | |
- Added a new preifx called the OF prefix, which adds the contents of a specific register to the current operand. - Added a table generator, which parses opcode table csv files. | |||
2020-06-01 | Did some more refactoring to the assembler. | mrb0nk500 | |
- Refactored the symbol, and fixup table to now use a linked list - Added support for local symbols to the assembler. - Rewrote SuBEditor, and SuBAsm to use local symbols. | |||
2020-05-30 | Refactored the assembler a bit more, in order to remove | mrb0nk500 | |
code duplication. The assembler now uses pre-tokens, which are smaller tokens, that make up the larger tokens. |