* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / device / lib / z80 /
2009-02-02 borutr* device/lib/gbz80/Makefile.in, device/lib/hc08/Makefil...
2009-02-01 borutr* device/lib/Makefile.in, device/lib/gbz80/Makefile.in,
2009-01-19 borutr* Makefile.in, configure.in, configure,
2009-01-05 spthImplemented RFE #1702376
2009-01-04 spthPartially implemented RFE #2471534 and some other minor...
2008-12-27 spthz80 library cleanup
2008-12-26 spthImplemented RFE #1914256
2008-09-16 MaartenBrock* device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_...
2008-05-29 MaartenBrock* device/lib/gbz80/div.s,
2008-02-22 spthFaster 8-bit multiplication: #1896290
2007-04-18 MaartenBrock* device/include/ds400rom.h,
2006-10-20 MaartenBrock* device/lib/gbz80/crt0.s,
2006-10-19 MaartenBrock* device/lib/gbz80/crt0.s,
2006-08-08 MaartenBrock* device/lib/gbz80/asm_strings.s,
2006-04-28 bernhardheld* configure,
2006-04-24 bernhardheldEnabled VPATH feature: changed nearly all Makefiles...
2004-11-14 maartenbrock* src/mcs51/gen.c (toBoolean): fixed bug 1065458
2004-09-02 maartenbrock* device/lib/gbz80/printf.c,
2003-09-07 epetrich* device/include/string.h: added size_t typedef, changed
2003-05-25 bernhardheldFinalize muluint/mulsint and mululong/mulslong merging
2002-04-23 michaelh * device/lib/z80/printf.c: Changed emitter to volatile...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2001-11-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
2001-11-05 michaelhAdded heap support functions
2001-11-05 michaelh * device/include/malloc.h: Added z80 and gbz80 support.
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
2001-09-27 johanknolThat wasn't a good idea
2001-09-27 johanknolmore pointer issues
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-27 michaelhOptimised mul, added asm string functions
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelhAdded div/mod/mul stubs file
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 michaelhAdded support fun for long shifts
2001-08-01 michaelhCleared the top bytes for use in arrays.
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-19 michaelhFixed up include path
2001-07-18 michaelhChanged default documentation dir to share/doc/sdcc
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-12 michaelhFixed up the build
2001-07-11 michaelhRe-worked the makefiles and includes to target z80...
2000-02-17 michaelhAdded support for the gb, touched some files in testing...
2000-02-13 michaelh* Now can use acc for short lived varibles.
2000-02-12 michaelhBetter packAssign
2000-02-10 michaelhRight.
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
2000-02-07 michaelhAdded timing and asm implementations of strcpy, strcmp...
2000-02-07 michaelh* Got dhrystone working - 83/s on a 4MHz Z80!
2000-02-07 michaelh* Added a simple version of printf()
2000-02-06 michaelh* Added a simple Intel IHX to ROM image converter....
2000-02-06 michaelh* Improved the pop params code
2000-01-17 michaelhInitial revision