Write your own virtual machine for the LC-3 computer!
翻译 - 为LC-3计算机编写自己的虚拟机!
Extensible LC-3 Simulator (GUI and CLI), Assembler, and Autograder/Test Framework written in C++. Mainly used in CS2110 at Georgia Tech
LC-3 (Little Computer 3) VM implemented in Rust
Roguelike tunnel generator in LC3 assembly. (Homework)
Implementation of a LC3 Virtual Machine, with a simple Operating System, based on https://www.jmeiners.com/lc3-vm/
Open source script tools for LC3 (assembler/disassembler, c compiler, simulator/virtual machine). Regress, unit and speed test. x16, x32, x64 version.
Homebrew LC3tools installation script
LC3 Simulator backend written in C++. Supporting the original and 2019 revision of the LC3
A Golang assembler, virtual machine, and debugger written for the LC3 machine architecture
Program to check if a number is a prime implemented in assembly (LC3).
LC3 (Little Computer 3) assembly programs that I created for "Introduction to Computing" with Dr. Yale N. Patt
Educational project and I choose the LC-3 CPU to make a virtual machine code that executes obj files.