Skip to content

afnanenayet/lc3-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 VM

This is an LC3 virtual machine written in Rust, following this tutorial.

This project also features a TUI terminal debugger for the VM that allows you to step through a binary, instruction by instruction. It will let you see the execution context and which opcodes/trapcodes are being executed by the CPU, as well as the state of the registers at each iteration.

asciicast

Compilation

Build this project with cargo build --release (it targets stable Rust).

Releases

No releases published

Packages

No packages published

Languages