Skip to content

Files

Latest commit

730ea1b · Apr 16, 2024

History

History
8 lines (7 loc) · 580 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 580 Bytes

LC3 Virtual Machine

LC3 Virtual Machine is a virtual machine that simulates the Little Computer 3 (LC3) architecture. This project is a simple computer simulator running on the LC3 architecture. The LC3 architecture is a simple processor architecture for educational purposes and is used for programming in Assembly language.

Usage

  1. Clone LC3 Virtual Machine to your computer.
  2. Navigate to the lc3-vm directory.
  3. Prepare your LC3 program or use one of our example programs.
  4. To start the LC3 Virtual Machine, run the following command cargo run [program-file.obj]