Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | - Optimized the memory read/write functions a bit more. | mrb0nk500 | |
- Added a memcopy() function, for later on. | |||
2020-08-30 | - Did some more work on SuBAsm's lexer. | mrb0nk500 | |
- Optimized the memory read, and write functions. - Made the emulator faster, and cleaner in general. | |||
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. | |||
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 | Finally got multithreading support working!! | mrb0nk500 | |
I have also added a program that computes the Fibonacci sequence that I wrote in Sux assembly. |