From f9e2a3e19ee6e3b8138141fd937e10dd1522769b Mon Sep 17 00:00:00 2001 From: williamvds Date: Sun, 16 Aug 2020 20:00:53 +0100 Subject: [PATCH] readme: add status, mention Nestest --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index eb2d3b8..8f00cf6 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,23 @@ # Microlator Emulator for the 6502 microprocessor +## Status + +- [x] Implementation of all opcodes +- [x] Passing Nestest (ignoring NES-related features) +- [ ] Step counting +- [ ] Decimal mode +- [ ] Running existing programs, e.g. Atari 2600 +- [ ] [Undocumented instructions](http://nesdev.com/undocumented_opcodes.txt) + ## Resources used + +### References + [6502 Instruction Set (masswerk.at)](https://www.masswerk.at/6502/6502_instruction_set.html) [Visual 6502](http://visual6502.org/wiki) [6502 Instruction Reference (obelisk.me.uk)](http://www.obelisk.me.uk/6502/reference.html) + +### Test suites + +[Nestest](https://www.qmtpro.com/~nes/misc/nestest.txt) -- 2.45.2