Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-09 | Added support for single quote marks to the emulator's | mrb0nk500 | |
assembler. Single quote marks works in the assembler just like they do in C, except that it only supports a handful of escaped characters, like '\n', and '\r'. | |||
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. |