A toy interpreter I wrote (not complete at all)
Find a file
2024-01-24 15:02:04 +00:00
src Fix mem_offset being off by 4, streamlined some helpers, more op impls 2024-01-24 15:02:04 +00:00
.gitignore liftoff 2024-01-20 13:04:58 +00:00
Cargo.lock Pack the Instruction Kind structs to 32b 2024-01-24 13:52:38 +00:00
Cargo.toml Pack the Instruction Kind structs to 32b 2024-01-24 13:52:38 +00:00
test.s Helper instruction functions, begin allowing the execution of instructions, start writing info statements for operations 2024-01-23 23:58:27 +00:00