Skip to content

DIlkhush00/LC3-VM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3-VM

A virtual machine for the LC-3 computer architecture. Read the tutorial here

Build Steps

To build the LC3-VM, follow these steps:

  1. Clone the repository:
    git clone https://github.com/DIlkhush00/LC3-VM.git
  2. Navigate to the project directory:
    cd LC3-VM
  3. Create a build directory:
    mkdir build && cd build
  4. Run CMake and build the project:
    cmake ..
    make
  5. Run the program
    ./lc3 ../examples/<file-name>

Contributing

All contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributors