This is a simple LC-3 Virtual Machine running on Node.js. The Little Computer 3 (LC-3) is a computer system designed to teach assembly language programming. It provides a simplified architecture and instruction set, making it an excellent resource for learning low-level programming concepts.
For more information about LC-3, visit: LC-3 Wikipedia
Follow these steps to set up and run the LC-3 Virtual Machine:
To install all necessary dependencies, run the following command:
# 1. To install all necessary dependencies, run the following command:
npm install
# 2. To build the project (compile TypeScript files), run:
npm build
# 3. To start the LC-3 Virtual Machine, run:
npm start