Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | Delete opcode.c, since I added all the functions | mrb0nk500 | |
from it into sux.c. | |||
2019-12-02 | Started implementing some pthreads support. | mrb0nk500 | |
2019-11-30 | Start work on rev2 of Sux. | mrb0nk500 | |
Added a prefix byte to tell the CPU certain information such as, how many bytes to load into the registers, or what ISA extension we want to use. I also added an assembly language monitor, so that I don't have to write stuff in machine code. | |||
2019-11-26 | Revamped the entire emulator. | mrb0nk500 | |
I finally implemented the other addressing modes, and added a Makefile. Not sure when I will start work on rev2 of Sux, but it will be sometime soon. |