Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 282 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 282 Bytes

LC-3-emulator

An emulator for the LC-3 programming language written in C.

Documentation

LC-3 ISA instructions

To-Do

  • Implement RTI and TRAP
  • Load binary files
  • Clean code
  • Do performance tests