Skip to content

JnnDrc/VM_LC3-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published