diff options
| author | Duncan Smith | 2010-06-08 00:50:19 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-08 00:50:19 -0700 |
| commit | 0af50c37ea3a3e81ab305600ca77366e27b0c2f6 (patch) | |
| tree | 3dadebf1eac666b919b7db1afafa0799070fec38 /README.markdown | |
| parent | 978befa3d094d6f762773061af6239edf55040b2 (diff) | |
Added readme file
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..b56a2aa --- /dev/null +++ b/README.markdown @@ -0,0 +1,22 @@ +* z80 emulator for 68k calculators + +Duncan Smith +Project started: 2010-06-06 +GPL + + +* Useful resources: + + +To estimate speed: +http://www.ticalc.org/pub/text/68k/timing.txt + +z80 instruction set in numerical order: +http://z80.info/z80oplist.txt + +More z80 instruction set reference: +http://nemesis.lonestar.org/computers/tandy/software/apps/m4/qd/opcodes.html + +Details on flags and other side effects: +http://www.gaby.de/z80/z80code.htm + |
