afnanenayet / lc3-vm

A VM for the LC3 architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

A VM for the LC3 architecture


Languages

Language:Rust 100.0%