summaryrefslogtreecommitdiff
path: root/src/exceptions.rs
AgeCommit message (Collapse)Author
2025-12-28Remove consts.rs and just use plain typestaitep
2025-12-27Implement ECALL and EBREAK, the final RV64I instructions!taitep
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-27Implement a GDB stub and fix another huge issue in S-type immediate decodingtaitep
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