summaryrefslogtreecommitdiff
path: root/src/instructions
AgeCommit message (Collapse)Author
2025-12-21Implement LB and LBUtaitep
2025-12-21Implement SBtaitep
2025-12-21Fix sd address calculationtaitep
2025-12-21Remove a debug print from SLLItaitep
2025-12-21Implement SLLI and fix sign extension of immediates for I-type and S-type ↵taitep
instructions
2025-12-21Add JAL and change some of the formatting on previous instructions to be cleanertaitep
2025-12-21(BIG CHANGE) Switch instruction identification/execution to use a plain ↵taitep
match tree, should improve performance by quite a bit
2025-12-01Add license/copyright notices to top of each source file (where applicable)taitep
2025-10-21Add support for addiw and luitaitep
2025-10-14Add a todotaitep
2025-10-14Move funct3 values to rvi.rs instead of being in opcodes.rstaitep
2025-10-10some debugging stuff and SECOND OPCODE!taitep
2025-10-07FIRST INSTRUCTION WORKINGtaitep