summaryrefslogtreecommitdiff
path: root/src/core.rs
AgeCommit message (Expand)Author
2025-12-23Improve error messagingtaitep
2025-12-22Improve the debug messages when invalid instructions are found (again)taitep
2025-12-22Improve the debug messages when invalid instructions are foundtaitep
2025-12-22Fix page offset miscalculation in instruction fetchtaitep
2025-12-22WHY WAS I USING S-TYPE IMMEDIATE IN LD (also add some more debugging info on ...taitep
2025-12-21Make a dedicated function for advancing the PC by one instructiontaitep
2025-12-21(BIG CHANGE) Switch instruction identification/execution to use a plain match...taitep
2025-12-01Add license/copyright notices to top of each source file (where applicable)taitep
2025-10-10some debugging stuff and SECOND OPCODE!taitep
2025-10-07Make sure unsupported/illegal instructions are caughttaitep
2025-10-07Make fields and register access functions of Core accessible to the rest of t...taitep
2025-10-04I guess its a working execution loop?taitep
2025-10-03Swap out execution status for instructions returning an InstructionResulttaitep
2025-09-27base core state & instruction decodertaitep