struct / union in initializer, RFE #901.
[sdcc.git] / sdcc-extra / emu / rose / README
blob4560063f60421210a0d18e553c7c181f7c498a75
1 Simple Z80 processor emulator with console output
2 -------------------------------------------------
4 This hack doesn't deserve a real name at the moment :) Rose is the name
5 of another related project.
7 This is a very simple Z80 emulator which emulates a system with 64kb
8 of RAM and a character based write only terminal designed to help me
9 port sdcc.  It uses the Z80 core from the ZX Spectrum Emulator
10 'Jasper':
12 http://www.spectrum.lovely.net/
14 My additions are covered by the GPL.  Unfortunatly Jasper doesnt have a
15 license explicitly attached to it.
17 Enough said.
19 -- Michael Hope, May 5 2001.
20    michaelh@juju.net.nz