Skip to content

Files

Latest commit

1cc8977 · Jul 23, 2024

History

History
34 lines (22 loc) · 973 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 973 Bytes

LC-3 Virtual Machine

This project is a virtual machine for the LC-3 architecture, this was made/inspired in these articles
by Andrei Ciobanu
by Justin Meiners & Ryan Pendleton

Compile

Just type make in console and input. if you want to use gdb, use make gdb

Run

To run a program in VM type lc3-vm [program] [--optional_params] the program is a bin file, generally .o/.obj. There are some example programs in programs or You can use hexc to compile your own programs.

The optional params are listed in the VM's manual or in typing lc3-vm --help.

Manuals

There's some manuals in the docs folder

Known issues

none currently