Rust implementation of Little Computer 3 (LC-3) as a virtual machine.
Go to file
dogeystamp 666152229a
fix KBSR/KBDR mem-map registers
dummy me did not realize the ready bit was bit 15
2024-01-14 19:49:25 -05:00
programs implement reading programs to memory 2024-01-05 17:01:57 -05:00
src fix KBSR/KBDR mem-map registers 2024-01-14 19:49:25 -05:00
.gitignore implemented register getter/setter 2024-01-04 22:29:34 -05:00
Cargo.lock src/vm/terminal_io: setup termios 2024-01-06 18:05:35 -05:00
Cargo.toml src/vm/terminal_io: setup termios 2024-01-06 18:05:35 -05:00