Skip to content

andrewcheng14/6502-Computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

6502-Computer

Here is a basic computer I built using a WDC 65c02 microprocessor following Ben Eater's 6502 computer build series of videos on Youtube.

Final Build

IMG_1773 (1)

Here is a annotated version of the final build, showing how I set up the address lines and data lines. IMG_0012

Memory Map

Address Description
0x0000-0x3FFF SRAM (0100-01FF Call Stack)
0x0400-0x5FFF Reserved
0x6000-0x6003 I/O (VIA)
0x6004-0x7FFF Reserved
0x8000-0xFFFF ROM

Although there is a decent chunk of the address space being 'unused', the trade-off is that the digital logic only uses 3 NAND gates for the entire build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published