lc-3
There are 20 repositories under lc-3 topic.
Mowglithemaniac/Project0
A collection of useful files regarding different topics, such as C & Bash
gt-retro-computing/gwcc
The Gangweed C compiler
NeilNie/LC-3
Verilog Implementation of the LC-3 Processor. DA CS 603
ayoubedd/lc3-vm
Implementation of an LC-3 virtual machine, a simulated computer architecture used for educational purposes.
complx-tools/liblc3
LC3 Simulator backend written in C++. Supporting the original and 2019 revision of the LC3
ercanersoy/LC-3
A Little Computer 3 implementation
kapaw/binaryninja-lc3
LC-3 architecture plugin for Binary Ninja
liuzikai/klc3
"KLEE on LC-3," Symbolic Execution Engine for LC-3 Programs
complx-tools/pylc3.core
Python Bindings for liblc3.
ethana56/LC-3-Simulator
Lc3 simulator. So far all opcodes are implemented. Traps are implemented. Interrupts will be implemented. Devices are written as plugins. Work in progress. Planning to add debugger interface.
MarkKozel/LC3_Assembler
Java-based LC-3 Assembler
P-E-P/LC3-Emu
LC-3 emulator written in c.
petersandor/tic-tac-toe-lc3
Tic-tac-toe game in LC-3
pfeif/lc3_on_npp
Simple Notepad++ language file for LC-3 assembly code
theolepage/lc-3-emulator
An emulator for the LC-3 assembly language written in C.
complx-tools/pylc3.autograder.examples
Examples of autograders using the pylc3.unittest library. Intended as documentation for pylc3.unittest for TAs to become familiar with writing autograders.
JnnDrc/VM_LC3-3
A LC-3 Virtual Machine
ryanschlimme/EE-306
This repository stores my lab work for my Introduction to Computing course which covered the basics of Boolean Algebra and number systems, elementary computer architecture, and assembly language and programming.
konstantin-v03/LC-3-VM
LC-3 cross-platform virtual machine.
mLaHire/lc3-asm-vm
Assembler and virtual machine for the educational LC-3 archictecture written in Rust.