]> git.gag.com Git - fw/sdcc/commit
Added support for the gb, touched some files in testing the port.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Feb 2000 05:24:36 +0000 (05:24 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Feb 2000 05:24:36 +0000 (05:24 +0000)
commit6a01e2d7d2353eb11e862f332bc2df43a967b9fa
tree3774c7d3564d88f3ba8a50d6ee37fcfabcd6df23
parentb97d9b48eabf4db7ba87d196dae0bb289454f10d
Added support for the gb, touched some files in testing the port.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@110 4a8a32a2-be11-0410-ad9d-d568d2c75423
16 files changed:
as/z80/Makefile
device/lib/gbz80/Makefile [new file with mode: 0644]
device/lib/gbz80/README [new file with mode: 0644]
device/lib/gbz80/asm_strings.s [new file with mode: 0644]
device/lib/gbz80/crt0.s [new file with mode: 0644]
device/lib/gbz80/div.s [new file with mode: 0644]
device/lib/gbz80/mul.s [new file with mode: 0644]
device/lib/gbz80/printf.c [new file with mode: 0644]
device/lib/gbz80/putchar.s [new file with mode: 0644]
device/lib/gbz80/string.c [new file with mode: 0644]
device/lib/z80/Makefile
device/lib/z80/printf.c
doc/random-notes.txt [new file with mode: 0644]
src/SDCCsymt.c
support/tests/dhrystone/Makefile
support/tests/dhrystone/dhry.c