Skip to content

An experiment to make a basic 6502 emulator as a personal challenge. Makes no claims for accuracy but is throughly tested.

Notifications You must be signed in to change notification settings

xubiod/6502-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502-experiment

An experimental 6502 and 6502-compatible emulator that was made as a personal challenge.

Tests are compared with visual6502 results with the same machine code as an attempt to be accurate.

Segments

  • cpu - The main part of the emulation. Throughly documented.
  • assembler - A basic assembler, mainly for making tests easier.
  • mm - An incomplete part for memory managers. Are not implemented.

About

An experiment to make a basic 6502 emulator as a personal challenge. Makes no claims for accuracy but is throughly tested.

Topics

Resources

Stars

Watchers

Forks

Languages