lc3
There are 149 repositories under lc3 topic.
justinmeiners/lc3-vm
Write your own virtual machine for the LC-3 computer!
rpendleton/lc3-2048
implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture
TricksterGuy/complx
Extensible LC-3 Simulator (GUI and CLI), Assembler, and Autograder/Test Framework written in C++. Mainly used in CS2110 at Georgia Tech
rpendleton/lc3sim-c
implementation of the LC-3 virtual machine, an educational computer architecture
KuldeepSinh/lc3_vm
LC-3 (Little Computer 3) VM implemented in Rust
digorithm/LC-3-Rust
An LC-3 virtual machine written in Rust for learning purposes.
justinmeiners/lc3-rogue
Roguelike tunnel generator in LC3 assembly. (Homework)
rpendleton/lc3sim-js
implementation of the LC-3 virtual machine, an educational computer architecture
robmorgan/go-lc3-vm
LC-3 Virtual Machine in Go
dmjio/LC3
:floppy_disk: The LC3 virtual machine
atul-g/rust_vm
A simple virtual machine written in Rust emulating the LC3 computer
jsawruk/lc3-vm
LC3 Virtual Machine
PaperFanz/laser
An LC3 assembler created over winter break to practice C.
dadler64/PennSim
Continuation of the PennSim LC3/P37X simulator.
rauhul/ece411
Computer Architecture UIUC SP 2018
nickodell/lc3-cc
A C compiler for the LC3 architecture
no-defun-allowed/lc3-in-lc3
A metacircular LC3 implementation
aviaryan/lc3-sublime
LC3 Programming Package for Sublime Text
kbbuch/LC3-Verification
Verification of a 5 stage LC3 pipelined CPU with System Verilog and Mentor Graphics ModelSim
mrhampson/lc3-typescript-vm
An LC3 VM in typescript running on nodejs
afnanenayet/lc3-vm
A VM for the LC3 architecture
covx/lc3
Lc3 Little Computer Emulator
d0rj/LC3_vm
Simple implementation of LC3 virtual machine
hadialqattan/lc3-vm-golang
LC3-VM Go implementation, an educational computer architecture.
3TUSK/LC-Sharp
Yet Another LC-3 toolkit (incl. parser, assembler and emulator)
dxrcy/lasim
A simple LC-3 assembler and simulator
hashemi/lc3-swift
LC-3 virtual machine written in Swift
ianklatzco/lc3
LC3 CPU emulator and disassembler
jakhax/LC3-VM
A virtual machine that can run assembly language programs for the LC3 computer.
Samuele95/LC3VM
Implementation of a LC3 Virtual Machine, with a simple Operating System, based on https://www.jmeiners.com/lc3-vm/
9glenda/lc3ash
Mini assambler
AnasMations/LC3-Simulator
LC3 Simulator and Assembler run using Python3 and PyQt5 for GUI
jurisliepins/lc3-vm
LC3 VM implementation in F#.
smoynes/elsie
A pedagogical LC-3 emulator