Skip to content

Cpp20 implementation of LC-3 Computer Emulator Assembler

License

Notifications You must be signed in to change notification settings

adeeconometrics/LC3VM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 Assembler

This repo contains C++20 implementation of LC3 Assembler. To build the project, clone the repo and enter the following command in BASH

$ cd build && make 

To run a program on LC3 emulator, simply include the path of the *.obj file in LC3 to the main LC3VM program.

$ ./LC3VM [path to pogramfile]

The ./Programs directory contains sample programs obtained from J. Meiners' and R. Pendleton's repo: https://github.com/justinmeiners/lc3-vm.

About

Cpp20 implementation of LC-3 Computer Emulator Assembler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published