summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-06-08 00:50:19 -0700
committerAstrid Smith2010-06-08 00:50:19 -0700
commitfedec56de540152a02df456bcada6a127157c253 (patch)
tree0bf6c78ff055f4a76ec85b882ef7d2e12ab32630
parent7aff693b9cb7c2a69e79a9f47476b732960f10d8 (diff)
Added readme file
-rw-r--r--README.markdown22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..b49e2b8
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,22 @@
+* z80 emulator for 68k calculators
+
+Astrid 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
+