Skip to content

2styx2/6502emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 CPU Emu

Arch

  • Address Space 0x0000 - 0xFFFF
  • 0x0000 - 0x00FF = Zero Page
  • 0x0100 - 0x01FF = System stack (Can not be relocated)

Why?

  • I wanted to emulate the NES system
  • Also its the 50th Anniversary!!

TODO

  • For future i could make multi-system
  • Add unit test
  • Maybe create a debug mode to see value of certain parts of mem

About

6502 cpu emulator made in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published