1 files changed, 16 insertions(+), 0 deletions(-)
M readme.md
M readme.md => readme.md +16 -0
@@ 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)