fix up simple example
[fw/sdcc] / device / lib / z80 /
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