summaryrefslogtreecommitdiff
path: root/src/decode.rs
AgeCommit message (Expand)Author
2026-01-13Implement Zalrsctaitep
2026-01-12Add the files and decode logic for RVAtaitep
2025-12-30Improve exception dumps and general debug info, make the emulator capable of ...taitep
2025-12-28Remove consts.rs and just use plain typestaitep
2025-12-27Implement ECALL and EBREAK, the final RV64I instructions!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-26Make macros for R/I-type operations and use them to implement basically every...taitep
2025-12-23Fix s-type immediate decodingtaitep
2025-12-21Implement SLLI and fix sign extension of immediates for I-type and S-type ins...taitep
2025-12-21Add decode functions for immediate shifts (funct6 and imm_shamt), make decode...taitep
2025-12-01Add license/copyright notices to top of each source file (where applicable)taitep
2025-10-07Make sure unsupported/illegal instructions are caughttaitep
2025-10-04I guess its a working execution loop?taitep
2025-09-27base core state & instruction decodertaitep