From 743a294788a7af79f3b0d3fa097a10d02b5e0065 Mon Sep 17 00:00:00 2001 From: Chris Burbridge Date: Fri, 29 Aug 2014 22:53:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3316c57..a3f90b6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ probably don't use Python. That said, an optimised python coded emulator could r a lot faster than this :-) ### Running +BASIC: ``` cd src python z80sbc.py @@ -32,10 +33,13 @@ PYTHONPATH=`pwd`:$PYTHONPATH python ../fuse_tests/tests.py ``` ### Missing and todo -Most undocumented opcodes, undocumented flags for `CPI` and `CPIR`. +- Most undocumented opcodes +- Undocumented flags for `CPI` and `CPIR`. ### Credits + [Grant Searle's Z80 SBC project](http://searle.hostei.com/grant/z80/SimpleZ80.html) + [FUSE - Free Unix Spectrum Emulator](http://fuse-emulator.sourceforge.net/) for the instruction set tests ### License