Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | Make JSL, JSR absolute, and remove RTL. | mrb0nk500 | |
The reason for doing this was because JSL, and RTL are redundent, as they both do the same thing as JSR, and RTS. | |||
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-02 | Made the emulator less bloated, and faster. | mrb0nk500 | |
2020-03-17 | Revamped the opcode table, made the emulator more | mrb0nk500 | |
efficient, and ported SuBEditor to C. I revamped the opcode table to add another prefix bit for the addressing mode, finally giving access to all addresses, without wasting any bytes. I made the stack based operations more efficient, by sort of applying Duff's device to it. And I ported SuBEditor to C, to make it easier for me to figure out how to implement SuBAsm. |