theolepage / lc-3-emulator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 97.9%Language:Makefile 2.1%