Changed z80 to use loop induction. Updated libs to use no induction when it is better.
[fw/sdcc] / device / examples /
2001-07-18 kbongersadd simple2
2001-07-18 kbongersadd test script
2001-07-18 kbongersminor updates
2001-07-03 kbongersadd a simple serial program
2001-06-14 bela#include reg51.h is replaced by #include <8051.h>
2001-06-14 bela#include <reg51.h> is replaced by #include <8051.h>
2001-06-06 johanknol*** empty log message ***
2001-05-25 johanknol*** empty log message ***
2001-05-24 johanknolternary bug solved
2001-05-13 johanknolbankswitched isr example
2001-05-11 johanknolfixed the foo[foo[5]+5]=10 bug
2001-05-10 johanknolupdating examples
2001-03-22 belaInitial release
2001-03-08 johanknolFixed some bug, added the humidity sensor
2001-02-18 johanknolyes, let's find the beast
2001-02-18 johanknolyep, see the diff
2001-02-18 johanknolnow too uses standard c time functions and structures
2001-02-18 sandeepChanged a few Makefiles & Fixed 3 bugs.
2001-02-09 johanknolprevent overflow of XSEG
2001-02-07 johanknoladded tstow.c
2001-02-07 johanknolAdded ow390
2001-02-06 johanknoljust an example of what SDCC can do for YOU
2001-02-06 johanknolupdated examples for integer promotion in vararg funcs...
2001-02-04 johanknolremoved obsolete #include "lcd.h"
2001-02-02 johanknoljust another example
2001-02-02 johanknolLet's be a little more verbose ...
2001-02-02 johanknolthey need to be in ds390/rtc390
2001-02-02 johanknolupdate examples to use tinibios
2001-02-02 johanknolwhy not just make and clean all at once
2001-02-02 johanknolmoved i2c to tinbios library support
2001-02-02 johanknolmoved lcd to tinibios library support
2001-02-02 johanknoljust another tini example
2000-11-20 kvigorremove unneeded constant array
2000-11-20 kvigorTINI-specific: internal 1-wire access to read unit...
2000-10-20 johanknolfixed operator precedance bug
2000-10-19 johanknolremoved a internal debugging target
2000-10-19 johanknolupgrade ds1621 to report fp temp's
2000-10-11 kvigorRemove bogus semicolon
2000-10-11 johanknolMoved and unpacked examples to sdcc/device/examples...
2000-09-20 mschmittminor fix for duplicate getchar function
2000-03-28 mschmittfix for makefile
2000-03-24 mschmittdef. of ports, includes ...
2000-03-24 mschmittReplaced by folder startup_code
2000-03-24 mschmittReplacement for buggy startup source
2000-01-17 michaelhInitial revision