Skip to content

Godspower-Eze/lc3-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc3-vm

A Rust implementation of the LC-3 virtual machine, an educational computer architecture.

How to Use

cargo run -- 'path_to_binary'

OP Codes

  • ADD
  • LD
  • ST
  • JSR
  • AND
  • LDR
  • STR
  • NOT
  • RTI
  • LDI
  • STI
  • JMP
  • RES
  • LEA
  • TRAP

About

lc3 virtual machine in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages