Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | Did alot of stuff while I was up at the family trailer. | mrb0nk500 | |
- Moved the large enums, and large tables into separate header files. - Added enums for implementing the base extension - Fixed a bug in the assembler. - Worked more on SuBAsm. | |||
2020-05-06 | Removed some duplicate code in the assembler, and made | mrb0nk500 | |
the processor status register, a union now. | |||
2020-05-04 | Made all address decoding, and memory reads/writes be | mrb0nk500 | |
done with a union, in order to make it more readable. | |||
2020-05-03 | Put the instruction, and I/O routines into separate | mrb0nk500 | |
functions. I did this to make it more readable, while still making it fast, due to inlining it. |