https://github.com/davidbuchanan314/6502-sbc
Documentation and code for my 6502 SBC
https://github.com/davidbuchanan314/6502-sbc
Last synced: 2 months ago
JSON representation
Documentation and code for my 6502 SBC
- Host: GitHub
- URL: https://github.com/davidbuchanan314/6502-sbc
- Owner: DavidBuchanan314
- Created: 2016-04-06T11:41:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T00:28:27.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T20:48:28.698Z (2 months ago)
- Language: Assembly
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6502
Documentation and code for my 6502 SBC.After a few months of not working on this project, I realised that I had completely forgotten how it worked. The main purpose of this repo is to reverse-engineer the project, and produce documentation.
The project was inspired by Grant Searle's [minimal chip count 6502 computer](http://searle.x10host.com/6502/Simple6502.html).