Initial import
[fw/sdcc] / src / pic16 /
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-04 vrokas*** empty log message ***
2003-09-01 jesusc#warning does not work in MSVC. Used "#pragma message...
2003-08-31 vrokas* src/pic16/main.c: _pic16_genIVT() corrected offsets...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-08 epetrichChanges to support big endian targets:
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-17 sdcc-builderfix warning
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-22 bernhardheldsrc/pic16/pcode.c (pic16_get_op_from_instruction):...
2003-05-20 bernhardheldsrc/pic16/pcode\*.c: Cleaned warnings
2003-05-19 sdattaloCleaned warnings.
2003-05-19 bernhardheldsrc/pic16/pcode.c (pic16_get_op): fixed warning on...
2003-05-18 jesuscRenamed pic.dsp and pica.dsp as pic16 and pic16a.
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-02-10 borutrBorland Makefile cleanup
2003-02-02 borutrdelete $(LIB) only if exist
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheldnew option -o
2002-12-01 sdattaloAdded the pic16 port for Martin Dubuc.