Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-19 | Removed most of the commented code, and optimized the | mrb0nk500 | |
emulator some more. I optimized the emulator by replacing the main loop from a conditional while loop, to an unconditional for loop. | |||
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-01-10 | Added GPLv2. | mrb0nk500 | |
We're now Free Software!!! | |||
2019-12-13 | Added support for specifying the number of bytes as | mrb0nk500 | |
the suffix. I added this because BieHDC said the already existing notation glowed in the dark too much. | |||
2019-12-11 | We can print to the Screen!!!! | mrb0nk500 | |
I also added the ASR instruction, for doing arithmetic shifts, and have added a hello world program. |