summaryrefslogtreecommitdiff
path: root/misc/sims/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 14:26:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 14:26:49 +0000
commita3124243d36a5729304fd2822efca8c96a6f5c6f (patch)
tree92783bb0eb955c8e9543b064f9c1e1cc5e410571 /misc/sims/README.txt
parent26e09cad1a1979b0eeb8bb38160f85b1675f916d (diff)
downloadnuttx-a3124243d36a5729304fd2822efca8c96a6f5c6f.tar.gz
nuttx-a3124243d36a5729304fd2822efca8c96a6f5c6f.tar.bz2
nuttx-a3124243d36a5729304fd2822efca8c96a6f5c6f.zip
Add z80sim info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@471 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/sims/README.txt')
-rw-r--r--misc/sims/README.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/misc/sims/README.txt b/misc/sims/README.txt
new file mode 100644
index 000000000..a7a902e59
--- /dev/null
+++ b/misc/sims/README.txt
@@ -0,0 +1,35 @@
+README.txt
+^^^^^^^^^^
+
+This directory contains instruction set simulators that were
+used to verify NuttX and which are not readily available elsewhere.
+
+These tools were cobbled together using bits and pieces of software
+from all over the internet. Licensing is unknown and you are
+certainly at risk if you distribute these in a commercial product.
+My recommendation: For your personal use only.
+
+z80sim
+^^^^^^
+
+ This is an emulator for the Z80 instruction set. It is based
+ on the instruction set emulator by Marat Fayzullin but has
+ been extended to load Intel hex format files as produced by
+ the SDCC toolchain.
+
+ Sources and licensing
+ ^^^^^^^^^^^^^^^^^^^^^
+
+ Marat Fayzullin's Z80 instruction set simulator is available
+ here: http://fms.komkon.org/EMUL8/ . Licensing information
+ is available at that site as well. I am not permitted to
+ distribute that package on the internet, but the Makefile
+ will automatically download the package.
+
+ Most of the Intel hex logic was copied from some
+ http://www.pjrc.com/tech/8051/pm2_docs/intel-hex.html .
+ Licensing requires only that I include the authors name
+ (Paul Stoffregen) and contact information (paul@ece.orst.edu)
+ in the source code.
+
+