Fixed up support for the gbz80 such that it will at least run (and fail badly) the...
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Aug 2001 04:43:12 +0000 (04:43 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 31 Aug 2001 04:43:12 +0000 (04:43 +0000)
commit44a3cdde790cdde99156133b12ea6263dbde536c
tree33697851d1453f46730f78b5b8960d2dbbc58d0a
parentb08365679f95e6cb1c7e8ef150ef304cc40cf305
Fixed up support for the gbz80 such that it will at least run (and fail badly) the regression tests.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1198 4a8a32a2-be11-0410-ad9d-d568d2c75423
14 files changed:
ChangeLog
device/include/asm/gbz80/features.h
device/lib/gbz80/Makefile
device/lib/gbz80/crt0.s
device/lib/gbz80/div.s
device/lib/gbz80/mul.s
device/lib/gbz80/putchar.s
device/lib/gbz80/shift.s [new file with mode: 0644]
device/lib/gbz80/stubs.s [new file with mode: 0644]
device/lib/z80/crt0.s
src/z80/main.c
support/regression/Makefile
support/regression/ports/gbz80/spec.mk [new file with mode: 0644]
support/regression/ports/gbz80/support.asm [new file with mode: 0644]