burritos/src/simulator
2023-03-13 17:42:03 +01:00
..
decode.rs Add a lot of comments, fix SRLI instruction in print, 2023-01-18 22:15:06 +01:00
interrupt.rs Fix start_thread 2023-03-10 19:04:23 +01:00
loader.rs Renamed Machine::init_machine and fixed stack overflow by allocating main_memory to the heap 2023-03-11 23:49:20 +01:00
machine.rs Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
mem_cmp.rs Renamed Machine::init_machine and fixed stack overflow by allocating main_memory to the heap 2023-03-11 23:49:20 +01:00
mmu.rs mmu & translation table def 2023-03-13 17:42:03 +01:00
mod.rs Implement interrupt 2023-03-10 19:02:37 +01:00
print.rs Removed useless variable 2023-03-10 10:34:13 +01:00
translationtable.rs mmu & translation table def 2023-03-13 17:42:03 +01:00