Skip to content

2900xt/6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 Code Monorepo

This is all the code I used to debug, test, and build my 6502 breadbaord computer. ./console is a debugger for the 6502 cpu, while the actual OS on the EEPROM is in ./6502-os.

Memory Map

  • 0000 to 5FFF is RAM (24K)
  • 6000 to 600F is I/O
  • 6010 to 7FFF is reserved
  • 8000 to FFFF is EEPROM (32K)

Clock speed

I'm using a 555 astable with a potentiometer to run this computer, clock speed can vary from 0.5hz to ~75khz in testing.

About

6502 cpu project monorepo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors