Made debugging optional.
[fw/sdcc] / src / z80 /
2000-03-27 michaelhMade debugging optional.
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-06 kvigorGet wassert() to compile with Borland C++
2000-03-06 michaelhAdded latest benchmark record.
2000-03-06 michaelh* Minor tuning
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-05 michaelhPre 2.92#2
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-03-02 michaelhBegan making the hl loads more intelligent
2000-02-27 michaelhPre 2.91
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-25 michaelh* Fixed addrOf bug, more packing for gbz80.
2000-02-23 michaelhHacked bug re: pointer get.
2000-02-22 michaelhLots.
2000-02-20 michaelhAdded peephole.
2000-02-20 michaelhNice. Up to 85.55 C / 157.52 asm. Is now definatly...
2000-02-19 michaelh* Runs dhrystone. 68.83d/s with terrible code.
2000-02-19 michaelh* Added iCodeSE patch
2000-02-16 michaelh* Z80 should work again now.
2000-02-16 michaelh* Added support for the gb.
2000-02-13 michaelh* Now can use acc for short lived varibles.
2000-02-12 michaelhBetter packAssign
2000-02-10 michaelhAdded statics
2000-02-10 michaelhAdded comment on latest dhrystone result.
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-08 sandeepSpill-location updated incorrectly
2000-02-08 michaelhMildly better genCmp - still pretty bad.
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
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* Improved the pop params code
2000-02-06 michaelh* Minor chage to glue re hard coded segs
2000-02-04 michaelhChanged it so each target can have their own command...
2000-01-31 drdaninew file for Makefile
2000-01-31 drdaniSDCCglue.h included
2000-01-31 drdaniFix clean
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...