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-01-10 | Added GPLv2. | mrb0nk500 | |
We're now Free Software!!! | |||
2019-12-08 | Added support for resolving fixup labels. | mrb0nk500 | |
AKA, referencing a label before it has been declared yet. | |||
2019-12-07 | Added support for labels to the assembly language | mrb0nk500 | |
monitor. I also rewrote the fibonacci program to include lables. | |||
2019-12-06 | Delete opcode.c, since I added all the functions | mrb0nk500 | |
from it into sux.c. |