Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-27 | Added support for including source files to the | mrb0nk500 | |
emulator's assembler. And removed three pointers, and the linewrap table from zero page, in SuBEditor. I moved the linewrap table to address $1000. And because of finally adding include support to the assembler, I can now start work on SuBAsm! | |||
2020-04-17 | Made both the assembly language monitor, and the | mrb0nk500 | |
emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable. | |||
2020-04-09 | Completely changed the assembler. | mrb0nk500 | |
It now has a lexer/tokenizer, along with a parser. I have also made the emulator even smaller. |