]> git.gag.com Git - fw/sdcc/commit
Right.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 10 Feb 2000 05:46:45 +0000 (05:46 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 10 Feb 2000 05:46:45 +0000 (05:46 +0000)
commit01ad33a1bb9aec417dab3e45e57cac53b38fdb66
treec704fb52531abbbca2c5426a168af0861a5cacf0
parent463b81bbc7d82c9d7a9b6b3f2c3f9304dc61dca6
Right.
* Added t-state counter to crt0.s
* Shifted peephole rules into platform directories
* Turned on some of the reg packing under z80
* Added some dumb stdinclude files as a hack

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@95 4a8a32a2-be11-0410-ad9d-d568d2c75423
18 files changed:
device/include/z80/stdio.h [new file with mode: 0644]
device/include/z80/string.h [new file with mode: 0644]
device/include/z80/types.h [new file with mode: 0644]
device/lib/z80/crt0.s
src/Makefile.in
src/SDCCpeeph.c
src/SDCCpeeph.def [deleted file]
src/SDCCpeeph.rul [deleted file]
src/mcs51/Makefile
src/mcs51/main.c
src/mcs51/peeph.def [new file with mode: 0644]
src/port.h
src/z80/Makefile
src/z80/gen.c
src/z80/main.c
src/z80/peeph.def [new file with mode: 0644]
src/z80/ralloc.c
support/tests/dhrystone/dhry.c