From 5e3283bcc7fec2884f81b218f3b0ab728132fc5e Mon Sep 17 00:00:00 2001 From: Bradford Lamson-Scribner Date: Wed, 27 May 2020 14:37:23 -0600 Subject: [PATCH] =?UTF-8?q?readme:=20update=20references=20I=E2=80=99m=20u?= =?UTF-8?q?sing=20to=20figure=20this=20thing=20out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff92fc1..e64b213 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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) \ No newline at end of file