6502

CPU simulator

An emulator and toolset for the 6502 CPU

An emulator/assembler/disassmbler for 6502

GitHub

9 stars
3 watching
3 forks
Language: Racket
last commit: over 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
soegaard/space-invaders A Racket port of a classic arcade game 6
jamespatrickgill/mos-6502-rusted An emulator of the 6502 chip written in Rust, used to learn the language and demonstrate its capabilities. 2
asaiyusuke/6502_test_executor A cross-platform unit testing tool for MOS 6502 assembly programs 9
soegaard/minipascal An implementation of Pascal as a new Racket language with support for various features and compilers 88
gem5/gem5 A modular simulator for evaluating computer system architectures and designs 1,692
docandrew/yotroc A compiler and virtual machine for a fictional CPU architecture 4
chximn/cpu Simulates an x86-64 CPU architecture in C++ 196
samth/disassemble Disassembles machine code generated by Racket's JIT compiler 79
s-macke/jor1k An emulator for the OpenRISC 1000 processor written in JavaScript 1,737
ronsor/riscv-zig A RISC-V CPU emulator written in Zig. 48
simonjwright/analytical-engine An emulator of Charles Babbage's Analytical Engine using Ada 2012 and GMP. 9
soegaard/urlang A language designed to compile directly to JavaScript with a focus on simplicity and ease of use. 302
havivha/nand2tetris An implementation of a complete computer using Nand gates on up as described in the book 'The Elements of Computing Systems' 419
dsturnbull/stack_cpu A simulator for a stack-based computer architecture with a set of instructions to perform various operations on a virtual memory. 14
sifive/prockami Formal verification and implementation of RISC-V processor designs using Coq. 22