A Implementation of LC3 (Little Computer 3) virtual machine written in Go. Emulates LC3's insruction set, memory model and execution flow
Work in Progress
Inspired by Jason Meiners’ “Write your Own Virtual Machine”
- Implement TRAPS
- Function to read the obj file