The Complete LC-3 Execution Lifecycle: From Assembly to Execution Traces
Read more
A first-principles walkthrough of a Rust-based LC-3 VM — from two-pass assembler to execution cycles, and laying the theoretical groundwork for zkVM traces.
A deep-dive into a Rust-based LC-3 VM. Trace a concrete assembly program through a two-pass assembler, binary loader, and CPU cycles to modern zkVM traces.