A virtual machine for the LC-3 computer architecture. Read the tutorial here
To build the LC3-VM, follow these steps:
- Clone the repository:
git clone https://github.com/DIlkhush00/LC3-VM.git
- Navigate to the project directory:
cd LC3-VM - Create a build directory:
mkdir build && cd build
- Run CMake and build the project:
cmake .. make
- Run the program
./lc3 ../examples/<file-name>
All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.