commit 0b9e0e12ca72fa4997a213cd3d920a3747775569 parent a60a8e72d212d5c4091fe74150390b763abda5c6 Author: mjkloeckner <martin.cachari@gmail.com> Date: Mon, 5 Dec 2022 21:48:10 -0300 updated readme Diffstat:
M | README.md | | | 23 | ++++++++--------------- |
1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md @@ -3,26 +3,19 @@ A very minimal 6502 emulator that can succesfully pass [6502_functional_test](https://github.com/Klaus2m5/6502_65C02_functional_tests). ## Resources used -- W65C02S datasheet (newer 6502): <br> +- W65C02S datasheet (newer 6502): https://eater.net/datasheets/w65c02s.pdf - -- 6502 Instruction Set: <br> +- 6502 Instruction Set: https://www.masswerk.at/6502/6502_instruction_set.html - -- 6502 Assembly: <br> +- 6502 Assembly: https://en.wikibooks.org/wiki/6502_Assembly - -- 27c3: Reverse Engineering the MOS 6502 CPU (en): <br> +- 27c3: Reverse Engineering the MOS 6502 CPU (en): https://www.youtube.com/watch?v=fWqBmmPQP40&t=34s - -- NES Emulator Part #2: The CPU (6502 Implementation): <br> +- NES Emulator Part #2: The CPU (6502 Implementation): https://www.youtube.com/watch?v=8XmxKPJDGU0&t=625s - -- Emulator 101 - 6502 Addressing Modes: <br> +- Emulator 101 - 6502 Addressing Modes: http://www.emulator101.com/6502-addressing-modes.html - -- “Hello, world” from scratch on a 6502 — Part 1: <br> +- “Hello, world” from scratch on a 6502 — Part 1: https://www.youtube.com/watch?v=LnzuMJLZRdU - -- Obelisk webpage archive: <br> +- Obelisk webpage archive: https://web.archive.org/web/20210803072420/http://www.obelisk.me.uk/6502/