Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |