summaryrefslogtreecommitdiff
path: root/src/instructions/rvi
AgeCommit message (Collapse)Author
2026-03-05update git repo linksHEADmaintaitep
2025-12-31Make MMIO devices not have control of the address of exceptionstaitep
2025-12-28Remove consts.rs and just use plain typestaitep
2025-12-27Add exception values (what will go in mtval/stval)taitep
2025-12-27Relicense to BSD 2-Clause to align better with the RISC-V communitytaitep
2025-12-26(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, ↵taitep
misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-24EXCEPTION SYSTEM (initial version - may change later)taitep
2025-12-23Add license headers to files missing themtaitep
2025-12-23Implement SHtaitep
2025-12-22Implement LWtaitep
2025-12-22Implement LHtaitep
2025-12-22Pull out memory access instructions from rvi.rs to their own filetaitep