readme: update references I’m using to figure this thing out

This commit is contained in:
Bradford Lamson-Scribner 2020-05-27 14:37:23 -06:00
parent 3d1c093d95
commit 5e3283bcc7
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
After building [chippy](https://github.com/bradford-hamilton/chippy), I wanted finding something a little more challenging. I really enjoyed it so I'm going to give an Apple 1 computer a shot.
After building [chippy](https://github.com/bradford-hamilton/chippy), I wanted finding something a little more challenging. I really enjoyed it so I'm going to give an Apple 1 computer a shot.
Current references:
- [6502 instruction set](https://www.masswerk.at/6502/6502_instruction_set.html)
- [6502 memory test](http://www.willegal.net/appleii/6502mem.htm)
- [6502 instructions description with undocumented commands](http://www.zimmers.net/anonftp/pub/cbm/documents/chipdata/64doc)
- [a rust implementation](https://github.com/alexander-akhmetov/mos6502)