lc3-vm
There are 46 repositories under lc3-vm topic.
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.
jurisliepins/lc3-vm
LC3 VM implementation in F#.
ianklatzco/lc3
LC3 CPU emulator and disassembler
Samuele95/LC3VM
Implementation of a LC3 Virtual Machine, with a simple Operating System, based on https://www.jmeiners.com/lc3-vm/
smoynes/elsie
A pedagogical LC-3 emulator
aryanA101a/lulu
LC3 Virtual Machine in Golang
mhashim6/LC3-Virtual-Machine
LC-3 VM Python implementation.
adarshakshat/Multiprogrammingoperatingsystem
Semester 2, Operating System Course Porject
alexaandru/lc3
Followed the www.jmeiners.com/lc3-vm tutorial to implement an LC-3 VM
AurelienAubry/lc3-vm
A Little Computer 3 VM implemented in Rust
DarkMatter-999/LC3-vm-wasm
A LittleComputer3 emulator written in Rust and WASM
deckarep/lc3-zig
The LC3 virtual machine implemented in Zig.
Elemeants/Lc3-VirtualMachine
Educational project and I choose the LC-3 CPU to make a virtual machine code that executes obj files.
Elsklivet/lc3-vm
My code from following this tutorial: https://justinmeiners.github.io/lc3-vm/
Former/LC3_script_tools
Open source script tools for LC3 (assembler/disassembler, c compiler, simulator/virtual machine). Regress, unit and speed test. x16, x32, x64 version.
gil0mendes/rust-lc3
LC-3 emulator written in Rust (blog series)
htmos6/Virtual-Machine
Implementation of an LC3 Virtual Machine with a Simple Operating System (OS) that Executes Assembly Language Programs.
keroro520/lc3-zkvm
LC3 Zero-Knowledge Virtual Machine
mefreanzy/lc3-vm
LC3-VM written in Rust
Nathan-Furnal/small-vm
A small virtual machine, following the "Write your own virtual machine" : https://justinmeiners.github.io/lc3-vm/ course.
TorNATO-PRO/lc3
A pure Go implementation of the LC3 virtual CPU
vitoOmbero/LC-3-VM
LC-3 implementation
adeeconometrics/LC3VM
Cpp20 implementation of LC-3 Computer Emulator Assembler
ChrizziDerKek/LC3-VM-CSharp
implementation of the LC-3 virtual machine in c#
ChrizziDerKek/LC3-VM-Lua
implementation of the LC-3 virtual machine in lua
DeLuks2006/pLC-3
A shrimple LC-3 Emulator/VM written fully in C
dogeystamp/lc3-vm
Rust implementation of Little Computer 3 (LC-3) as a virtual machine.
har777/corroded-lc3-vm
Rust implementation of the lc3 vm
vodkaslime/lc3_vm
LC3 virtual machine in C
AlessandroMiotto/lc3-vm
Simple 16-bit LC-3 virtual machine in C
jnbdz/VMs-quickstarts
VMs (Virtual Machines) quickstarts!
landonr7/lc3-vm
I figured since I want to be a computer engineer I have to learn the language most computers love. I believe this project is the intersection of computer science and computer engineering.