Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-12-07 | Added six instructions for transfering data | mrb0nk500 | |
between the three main registers. These instructions are: TAY: Transfer Accumulator to Y. TAX: Transfer Accumulator to X. TYX: Transfer Y to X. TYA: Transfer Y to Accumulator. TXA: Transfer X to Accumulator. TXY: Transfer X to Y. |