Skip to content
/ 6502 Public

MOS Technology 6502 Emulator & Assembler (WIP)

License

Notifications You must be signed in to change notification settings

yulmwu/6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOS Technology 6502 Emulator & Assembler (WIP)

Emulator

The 6502 is an little endian 8-bit microprocessor from MOS Technology. (16-bit address bus) it has five 8-bit registers (A, X, Y, P, S) and a 16-bit program counter (PC), and has a total of 56 instructions.

Documentation

Usage

Features

  • Addressing modes
  • Implement instructions
  • Assembler (in progress)
  • Debugger (in progress)

TODO

  • Implement interrupts
  • Fix bugs

References