6502-disassembly
There are 26 repositories under 6502-disassembly topic.
fadden/6502bench
A workbench for developing 6502 code
nopsteam/6502
6502 Emulator
hagronnestad/retro-computing
🤓🕹💾 This hobby project contains software implementations of old microprocessors and complete computer systems. I'm very interested in retrocomputing and this is how I learn about the inner workings of these old, classic and amazing computers and game consoles.
jdimeglio/SYSMON65
SYSMON65 is a full 2-pass assembler, with local and global labels, directives, and more. A 65C02 disassembler is included which includes Step-By-Step debugging (i.e., Tracing), memory dump, ASCII dump, fill, delete, block move, intel hex loader and more.
geolessel/ex6502
An emulator of the 6502 processor written in Elixir with a focus on modern variants (65c02).
hyphz/crossroads-2-disassembly
Attempt at commented disassembly of C64 Crossroads 2.
adumont/mega6502
Driving a 6502 CPU on a breadboard with an Arduino Mega
Lewpen/6502_THE_SPREADSHEET
A spreadsheet that generates the code for 6502 chip emulator functions in a variety of programming languages.
TobyLobster/Boulderdash
Disassembly of the game Boulderdash on the BBC Micro
fieserWolF/dissector
This program disassembles 6502 code.
markdavidlong/AppleSAWS
Apple Software Analysis WorkShop - Tools for the Apple II
dhinson919/hac65
HAC/65 - The 6502 Inferencing Disassembler
zorchenhimer/emu-6502
A simple 6502 emulator
DarrenF-1/Rowe_CCC_Commented_Disassembly
To understand and comment a disassembly of the Rowe R-89 jukebox's 6502 CCC code.
pvbestinfoo/Atari_8-Bit_Rom_Image_File_Explorer
Atari 8-bit Rom Image File Explorer based upon ATR Image Explorer
bstien/Swift6502
A simple 6502 emulator and disassembler written in Swift
danielbloy/vm6502
A very simple 6502 based virtual machine to aid learning the 6502 processor operation and it's assembly/machine code.
micahcowan/trog-patch
An exploration of disassembled code from Trog on NES
ms0g/nobjdump
objdump utility tool for NES
dabecart/Emu6502
A small simulator for my 65C02 based old-school computer with its own custom peripherals.
feliposz/asm6502
Yet another incomplete experimental assembler for the 6502 CPU.
jlegare/Disassembler
6502 disassembler
rabbix2020/6502-disassembly
The simplest 6502 disassembler written in Python
Ria9993/6502-Disassembler
My MOS6502 Disassembler
feliposz/ruby-dis6502
Experimental disassembler written in Ruby for the 6502 CPU
TobyLobster/ChuckieEgg
Testing py8dis using Chuckie Egg as an example