A simple lc3 virtual machine written by C.
- A working virtual machine.
- Include some testing cases.
- More clear file structure.
apt update && apt install cmake # if you don't have cmake
mkdir build && cd build # in responsitory directory
cmake ..
make
This vm is based on following repositories: