px4-firmware/misc/sims/z80sim
patacongo add995c32e Completes coding of the PWM module
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2011-12-19 19:24:09 +00:00
..
example Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
src Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
README.txt Completes coding of the PWM module 2011-12-19 19:24:09 +00:00

README.txt

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.