summaryrefslogtreecommitdiff
path: root/test/test-stack.s
AgeCommit message (Collapse)Author
2020-04-19Removed most of the commented code, and optimized themrb0nk500
emulator some more. I optimized the emulator by replacing the main loop from a conditional while loop, to an unconditional for loop.
2020-04-17Made both the assembly language monitor, and themrb0nk500
emulator smaller, and faster. I am also starting to make SuBEditor's source code more readable.
2020-01-10Added GPLv2.mrb0nk500
We're now Free Software!!!
2019-12-08Added support for resolving fixup labels.mrb0nk500
AKA, referencing a label before it has been declared yet.
2019-12-07Added support for labels to the assembly languagemrb0nk500
monitor. I also rewrote the fibonacci program to include lables.
2019-12-06Delete opcode.c, since I added all the functionsmrb0nk500
from it into sux.c.