* Improved the pop params code
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 6 Feb 2000 19:07:10 +0000 (19:07 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 6 Feb 2000 19:07:10 +0000 (19:07 +0000)
commit404dbf4e0b144d60a2e106ef2b32cab556436f62
treed2078eaab0bf6d27841fb970ed380676fe18efa8
parent9808229661396adafad260b2422767536a6828ac
* Improved the pop params code
* dhry.c now compiles and links for the z80
* Added simple z80 lib files and a stub strings.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@69 4a8a32a2-be11-0410-ad9d-d568d2c75423
device/lib/z80/Makefile [new file with mode: 0644]
device/lib/z80/crt0.s [new file with mode: 0644]
device/lib/z80/div.s [new file with mode: 0644]
device/lib/z80/mul.s [new file with mode: 0644]
device/lib/z80/putchar.s [new file with mode: 0644]
src/z80/gen.c
src/z80/main.c
support/tests/dhrystone/Makefile
support/tests/dhrystone/dhry.c
support/tests/dhrystone/dhry.h