This website requires JavaScript.
Explore
Help
Sign In
taitep
/
trve
Watch
1
Star
1
Fork
0
You've already forked trve
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
34034dd5db07f71b0854de0f2bbb18e39aa3db69
trve
/
src
History
taitep
34034dd5db
Make macros for R/I-type operations and use them to implement basically every single one i think
2025-12-26 18:14:32 +01:00
..
instructions
Make macros for R/I-type operations and use them to implement basically every single one i think
2025-12-26 18:14:32 +01:00
basic_uart.rs
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-26 14:20:27 +01:00
consts.rs
base core state & instruction decoder
2025-09-27 21:43:10 +02:00
core.rs
Make macros for R/I-type operations and use them to implement basically every single one i think
2025-12-26 18:14:32 +01:00
decode.rs
Make macros for R/I-type operations and use them to implement basically every single one i think
2025-12-26 18:14:32 +01:00
exceptions.rs
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-26 14:20:27 +01:00
execload.rs
ADD ELF SUPPORT
2025-12-23 19:56:42 +01:00
instructions.rs
Make macros for R/I-type operations and use them to implement basically every single one i think
2025-12-26 18:14:32 +01:00
lib.rs
EXCEPTION SYSTEM (initial version - may change later)
2025-12-24 13:56:41 +01:00
main.rs
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-26 14:20:27 +01:00
mem.rs
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, misaligned access supported, addresses not internally split to page and offset immediately, all load/store instructions implemented. Might still have bugs
2025-12-26 14:20:27 +01:00