My virtual machine for Little Computer 3 (Assembly language) written on C++
LC3 supports 16-bit instructions, you can see them by the link
This project is being covered by GTest (supplied as conan requirement)
Make sure that you have installed conan
package manager
- Clone project
- mkdir build && cd build/
- conan install ..
- cmake ..
- make
- bin/lc3_vm [path to example iso]