fw/sdcc
20 years agoOops
sdcc-builder [Thu, 24 Jul 2003 09:08:44 +0000 (09:08 +0000)]
Oops

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2767 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded DUMMY_READ_VOLATILE:
bernhardheld [Wed, 23 Jul 2003 20:15:49 +0000 (20:15 +0000)]
added DUMMY_READ_VOLATILE:
* src/SDCC.y:
* src/avr/gen.c:
* src/xa51/gen.c:
* src/z80/gen.c:
* src/pic/gen.c:
* src/pic16/gen.c:
* src/mcs51/gen.c:
* src/ds390/gen.c:
* src/SDCCcse.c (algebraicOpts): many improvements
* src/SDCCcse.h: removed algebraicOpts()
* src/SDCCicode.c (picDummyRead): added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2766 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoChanged "Insufficient DRAM memory" to "Insufficient space in data memory"
jesusc [Wed, 23 Jul 2003 16:58:02 +0000 (16:58 +0000)]
Changed "Insufficient DRAM memory" to "Insufficient space in data memory"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2765 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoFixed bug #759087
epetrich [Mon, 21 Jul 2003 04:48:17 +0000 (04:48 +0000)]
Fixed bug #759087

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2764 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofixed bug #771358
epetrich [Sun, 20 Jul 2003 14:44:14 +0000 (14:44 +0000)]
fixed bug #771358

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2763 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosrc/pic16/glue.c: minor cleanup by Vangelis
bernhardheld [Sat, 19 Jul 2003 22:29:05 +0000 (22:29 +0000)]
src/pic16/glue.c: minor cleanup by Vangelis

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2762 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosrc/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
frief [Sat, 19 Jul 2003 21:50:29 +0000 (21:50 +0000)]
src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2761 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago(genGenPointerGet/Set): removed writing of type after postincrement
frief [Sat, 19 Jul 2003 21:48:49 +0000 (21:48 +0000)]
(genGenPointerGet/Set): removed writing of type after postincrement

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2760 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* device/lib/_gptrput.c: saved a few bytes
frief [Sat, 19 Jul 2003 20:20:54 +0000 (20:20 +0000)]
* device/lib/_gptrput.c: saved a few bytes
* device/lib/_ser.c: process RX bytes earlier than TX bytes
* device/lib/serial.c: process RX bytes earlier than TX bytes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2759 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoprocess RX bytes earlier than TX bytes
frief [Sat, 19 Jul 2003 20:19:02 +0000 (20:19 +0000)]
process RX bytes earlier than TX bytes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2758 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosaved a few bytes
frief [Sat, 19 Jul 2003 20:18:03 +0000 (20:18 +0000)]
saved a few bytes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2757 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agodevice/lib/_gptrget.c: saving some cycles in generic pointer get
frief [Sat, 19 Jul 2003 16:58:21 +0000 (16:58 +0000)]
device/lib/_gptrget.c: saving some cycles in generic pointer get

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2756 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosaving some cycles in generic pointer get
frief [Sat, 19 Jul 2003 16:55:58 +0000 (16:55 +0000)]
saving some cycles in generic pointer get

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2755 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agodevice/include/regc515c.h: fixed #758477
frief [Sat, 19 Jul 2003 10:33:35 +0000 (10:33 +0000)]
device/include/regc515c.h: fixed #758477

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2754 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoFixed Bug #758477 duplicate struct member gme_1 in regc515c.h
frief [Sat, 19 Jul 2003 10:27:07 +0000 (10:27 +0000)]
Fixed Bug #758477 duplicate struct member gme_1 in regc515c.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2753 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoFixed bug 772726
epetrich [Fri, 18 Jul 2003 20:33:24 +0000 (20:33 +0000)]
Fixed bug 772726

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2752 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoz80 library paths may contain '.' now (better fix)
jesusc [Thu, 17 Jul 2003 16:27:40 +0000 (16:27 +0000)]
z80 library paths may contain '.' now (better fix)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2748 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoz80 library paths may contain '.' now
jesusc [Thu, 17 Jul 2003 16:10:25 +0000 (16:10 +0000)]
z80 library paths may contain '.' now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2747 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofix warning
sdcc-builder [Thu, 17 Jul 2003 13:12:06 +0000 (13:12 +0000)]
fix warning

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2745 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agodevice/lib/Makefile.in: bad fix, reverted to 1.43
sdcc-builder [Thu, 17 Jul 2003 10:41:55 +0000 (10:41 +0000)]
device/lib/Makefile.in: bad fix, reverted to 1.43

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2744 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agodevice/lib/Makefile.in: added missing z80 object files
bernhardheld [Wed, 16 Jul 2003 19:45:03 +0000 (19:45 +0000)]
device/lib/Makefile.in: added missing z80 object files

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2741 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoFixed some gcc warnings
jesusc [Wed, 16 Jul 2003 16:16:16 +0000 (16:16 +0000)]
Fixed some gcc warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2740 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosdcc option -Wl-bBSEG=0x08 works now...
jesusc [Tue, 15 Jul 2003 22:38:02 +0000 (22:38 +0000)]
sdcc option -Wl-bBSEG=0x08 works now...

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2737 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
bernhardheld [Mon, 14 Jul 2003 20:50:48 +0000 (20:50 +0000)]
* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2736 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agopic16 progress by Vangelis
bernhardheld [Mon, 14 Jul 2003 19:41:19 +0000 (19:41 +0000)]
pic16 progress by Vangelis

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2735 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded option --no-std-crt0 for the z80 and gbz80 ports
jesusc [Sun, 13 Jul 2003 19:31:19 +0000 (19:31 +0000)]
added option --no-std-crt0 for the z80 and gbz80 ports

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2732 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoOoops! For the z80 port, crt0.o must be the first file when linking.
jesusc [Sun, 13 Jul 2003 08:45:03 +0000 (08:45 +0000)]
Ooops!  For the z80 port, crt0.o must be the first file when linking.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2731 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoCleaned up a litle the z80 and gbz80 ports
jesusc [Sun, 13 Jul 2003 00:37:22 +0000 (00:37 +0000)]
Cleaned up a litle the z80 and gbz80 ports

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2730 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocleaned up a little the gbz80 and z80 ports
jesusc [Sun, 13 Jul 2003 00:13:19 +0000 (00:13 +0000)]
cleaned up a little the gbz80 and z80 ports

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2729 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofix bug 769624
kvigor [Fri, 11 Jul 2003 17:36:45 +0000 (17:36 +0000)]
fix bug 769624

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2728 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded compiler option -DSDK
jesusc [Wed, 9 Jul 2003 01:31:47 +0000 (01:31 +0000)]
added compiler option -DSDK

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2727 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agogetst(id, c) was looping forever so changed it as in mcs51 port
jesusc [Mon, 7 Jul 2003 22:22:32 +0000 (22:22 +0000)]
getst(id, c) was looping forever so changed it as in mcs51 port

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2726 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofclose FILE * != NULL
jesusc [Sun, 6 Jul 2003 22:11:31 +0000 (22:11 +0000)]
fclose FILE * != NULL

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2725 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoreplaced *index with *libindex so gcc is happy
jesusc [Sun, 6 Jul 2003 19:52:46 +0000 (19:52 +0000)]
replaced *index with *libindex so gcc is happy

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2724 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoSupport for files created with the sdcc librarian
jesusc [Sun, 6 Jul 2003 19:39:18 +0000 (19:39 +0000)]
Support for files created with the sdcc librarian

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2723 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoSupport for files created with the sdcc librarian
jesusc [Sun, 6 Jul 2003 19:32:53 +0000 (19:32 +0000)]
Support for files created with the sdcc librarian

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2722 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoSdcc librarian
jesusc [Sun, 6 Jul 2003 19:31:23 +0000 (19:31 +0000)]
Sdcc librarian

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2721 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoproperly handle extensions in function afile
jesusc [Thu, 3 Jul 2003 19:21:27 +0000 (19:21 +0000)]
properly handle extensions in function afile

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2720 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agovirtualization of glue() function: each port has it's own glue function,
borutr [Wed, 2 Jul 2003 20:56:07 +0000 (20:56 +0000)]
virtualization of glue() function: each port has it's own glue function,
which is accessed by do_glue function pointer in PORT.general structure

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2719 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoDS800C400 fun, improved ROM interface and tinibios
kvigor [Tue, 1 Jul 2003 21:12:35 +0000 (21:12 +0000)]
DS800C400 fun, improved ROM interface and tinibios

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2718 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoMore DS400 support
kvigor [Mon, 30 Jun 2003 21:57:29 +0000 (21:57 +0000)]
More DS400 support

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2717 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoGet tinibios clock timer interface working on ds400
kvigor [Fri, 27 Jun 2003 22:44:48 +0000 (22:44 +0000)]
Get tinibios clock timer interface working on ds400

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2716 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoMore support for DS80C400
kvigor [Fri, 27 Jun 2003 20:33:05 +0000 (20:33 +0000)]
More support for DS80C400

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2715 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* src/mcs51/gen.c (gencjneshort): fixed bug #760345
bernhardheld [Wed, 25 Jun 2003 19:19:03 +0000 (19:19 +0000)]
* src/mcs51/gen.c (gencjneshort): fixed bug #760345

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2714 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoIf a procedure is the last on the list, make sure its size is correct
jesusc [Fri, 20 Jun 2003 22:00:53 +0000 (22:00 +0000)]
If a procedure is the last on the list, make sure its size is correct

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2713 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoio.h is available only in win32
jesusc [Fri, 20 Jun 2003 03:02:24 +0000 (03:02 +0000)]
io.h is available only in win32

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2712 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoBetter implementation for --use-stdout
jesusc [Fri, 20 Jun 2003 02:43:06 +0000 (02:43 +0000)]
Better implementation for --use-stdout

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2711 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofixed Z80 port again: missing -k library paths in linker command line
borutr [Thu, 19 Jun 2003 21:22:06 +0000 (21:22 +0000)]
fixed Z80 port again: missing -k library paths in linker command line

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2710 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocode cleaning, // comments replaced with /* */
borutr [Thu, 19 Jun 2003 20:54:22 +0000 (20:54 +0000)]
code cleaning, // comments replaced with /* */

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2709 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocorrected the comment for function has_path()
borutr [Thu, 19 Jun 2003 13:02:00 +0000 (13:02 +0000)]
corrected the comment for function has_path()

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2708 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofixed Z80 port - crt0.o: cannot open.
borutr [Thu, 19 Jun 2003 12:13:31 +0000 (12:13 +0000)]
fixed Z80 port - crt0.o: cannot open.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2707 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* support/Util/MySystem.c (merge_command): revert bad fix
bernhardheld [Thu, 19 Jun 2003 09:32:37 +0000 (09:32 +0000)]
* support/Util/MySystem.c (merge_command): revert bad fix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2706 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agodescribed option --use-stderr in sdccman.lyx
jesusc [Wed, 18 Jun 2003 23:48:40 +0000 (23:48 +0000)]
described option --use-stderr in sdccman.lyx

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2705 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofixed some warnings, introduced with changes made 15.06.1003
borutr [Wed, 18 Jun 2003 20:31:11 +0000 (20:31 +0000)]
fixed some warnings, introduced with changes made 15.06.1003

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2704 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoAdded option --use-stdout
jesusc [Wed, 18 Jun 2003 16:45:27 +0000 (16:45 +0000)]
Added option --use-stdout

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2703 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd...
bernhardheld [Wed, 18 Jun 2003 14:22:05 +0000 (14:22 +0000)]
* support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2702 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
borutr [Sun, 15 Jun 2003 19:01:39 +0000 (19:01 +0000)]
* support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
* src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
* src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
fixed width array of pointers replaced with sets;
multiple include and lib paths ared transferred to preprocessor and linker
* src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
* src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
fixed width array of pointers
* src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
fixupPath(), getPathDifference()
* src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
fixed width array of pointers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2700 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoreimplemented function inExcludeList() by using sets instead fixed width array of...
borutr [Sun, 15 Jun 2003 19:00:33 +0000 (19:00 +0000)]
reimplemented function  inExcludeList() by using sets instead fixed width array of pointers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2699 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded functions fputStrSet(), appendStrSet(), joinStrSet();
borutr [Sun, 15 Jun 2003 18:59:22 +0000 (18:59 +0000)]
added functions fputStrSet(), appendStrSet(), joinStrSet();
removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(), fixupPath(), getPathDifference()

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2698 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoreimplemented function inCalleeSaveList() by using sets instead fixed width array...
borutr [Sun, 15 Jun 2003 18:58:47 +0000 (18:58 +0000)]
reimplemented function inCalleeSaveList() by using sets instead fixed width array of pointers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2697 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded function setFromSetNonRev() and mergeSets()
borutr [Sun, 15 Jun 2003 18:58:11 +0000 (18:58 +0000)]
added function setFromSetNonRev() and mergeSets()

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2696 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocloneXxx and copyAndFreeXxx functions for options and optimize stack handling
borutr [Sun, 15 Jun 2003 18:57:43 +0000 (18:57 +0000)]
cloneXxx and copyAndFreeXxx functions for options and optimize stack handling

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2695 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoHAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
borutr [Sun, 15 Jun 2003 18:57:17 +0000 (18:57 +0000)]
HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2694 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agofixed width array of pointers replaced with sets;
borutr [Sun, 15 Jun 2003 18:56:47 +0000 (18:56 +0000)]
fixed width array of pointers replaced with sets;
multiple include and lib paths ared transferred to preprocessor and linker

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2693 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoC++ style comments // changed to C style /* */
borutr [Thu, 12 Jun 2003 20:08:54 +0000 (20:08 +0000)]
C++ style comments // changed to C style /* */

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2692 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* src/pic16/ralloc.c: fix warnings
bernhardheld [Wed, 11 Jun 2003 11:16:58 +0000 (11:16 +0000)]
* src/pic16/ralloc.c: fix warnings
* src/pic16/pcode.c: fix warning

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2691 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* src/pic16/ralloc.c: fix warnings
bernhardheld [Wed, 11 Jun 2003 11:14:45 +0000 (11:14 +0000)]
* src/pic16/ralloc.c: fix warnings
* src/pic16/pcode.c: fix warning

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2690 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoApplied patch from Vangelis Rokas <vrokas@otenet.gr> for pic16 multi-operand
sdattalo [Wed, 11 Jun 2003 05:51:07 +0000 (05:51 +0000)]
Applied patch from Vangelis Rokas <vrokas@otenet.gr> for pic16 multi-operand
instructions (movff) and banksel assembler directives.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2689 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoTable in section 2.2 looks better now
jesusc [Tue, 10 Jun 2003 01:36:45 +0000 (01:36 +0000)]
Table in section 2.2 looks better now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2688 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoRemoved -bottom_navigation due to lack of popular support
jesusc [Tue, 10 Jun 2003 01:35:24 +0000 (01:35 +0000)]
Removed -bottom_navigation due to lack of popular support

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2687 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocentered some tables,and other changes
jesusc [Mon, 9 Jun 2003 17:08:06 +0000 (17:08 +0000)]
centered some tables,and other changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2686 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoChanged LF-LF-CR to LF-CR so visual studio stops complaining
jesusc [Mon, 9 Jun 2003 16:51:16 +0000 (16:51 +0000)]
Changed LF-LF-CR to LF-CR so visual studio stops complaining

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2685 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago--vc also affects parser errors
jesusc [Mon, 9 Jun 2003 08:19:16 +0000 (08:19 +0000)]
--vc also affects parser errors

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2684 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoHopefully --vc works now
jesusc [Mon, 9 Jun 2003 05:25:49 +0000 (05:25 +0000)]
Hopefully --vc works now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2683 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoAdded option --vc
jesusc [Mon, 9 Jun 2003 02:42:10 +0000 (02:42 +0000)]
Added option --vc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2682 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoA few minor additions and updates.
jesusc [Mon, 9 Jun 2003 00:56:36 +0000 (00:56 +0000)]
A few minor additions and updates.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2681 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded hints for redirection on windoze
bernhardheld [Sun, 8 Jun 2003 09:59:22 +0000 (09:59 +0000)]
added hints for redirection on windoze

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2680 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoReplaced divisions by 10.0 by multiplications by 0.1
jesusc [Sun, 8 Jun 2003 02:43:54 +0000 (02:43 +0000)]
Replaced divisions by 10.0 by multiplications by 0.1

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2679 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded: _atof.c
jesusc [Sat, 7 Jun 2003 22:46:56 +0000 (22:46 +0000)]
added: _atof.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2678 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadded atof
jesusc [Sat, 7 Jun 2003 22:22:21 +0000 (22:22 +0000)]
added atof

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2677 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoReplaced some -- for -\/-
jesusc [Sat, 7 Jun 2003 11:14:29 +0000 (11:14 +0000)]
Replaced some -- for -\/-

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2676 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoRam spel chekcer ;)
jesusc [Fri, 6 Jun 2003 20:32:30 +0000 (20:32 +0000)]
Ram spel chekcer ;)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2675 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoC code is indented in pdf now
jesusc [Fri, 6 Jun 2003 18:08:42 +0000 (18:08 +0000)]
C code is indented in pdf now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2674 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoFirst try at C code indentation (section 3.12)
jesusc [Fri, 6 Jun 2003 08:35:27 +0000 (08:35 +0000)]
First try at C code indentation (section 3.12)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2672 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoAdded 'sbit at' example. Fixed added rows in table.
jesusc [Fri, 6 Jun 2003 00:39:11 +0000 (00:39 +0000)]
Added 'sbit at' example.  Fixed added rows in table.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2671 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoIn section 5.1, it is 80 bytes, not 60
jesusc [Thu, 5 Jun 2003 19:10:27 +0000 (19:10 +0000)]
In section 5.1, it is 80 bytes, not 60

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2670 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoUpdated section 5.1 "Notes on MCS51 Memory Layout"
jesusc [Thu, 5 Jun 2003 05:26:19 +0000 (05:26 +0000)]
Updated section 5.1 "Notes on MCS51 Memory Layout"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2669 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago-bottom_navigation for sdccman.html pages
jesusc [Wed, 4 Jun 2003 21:29:49 +0000 (21:29 +0000)]
-bottom_navigation for sdccman.html pages

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2668 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoadd Frieder's changes again
bernhardheld [Wed, 4 Jun 2003 20:38:37 +0000 (20:38 +0000)]
add Frieder's changes again

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2667 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years ago* doc/sdccman.lyx: updated to Lyx 1.3
bernhardheld [Wed, 4 Jun 2003 20:29:13 +0000 (20:29 +0000)]
* doc/sdccman.lyx: updated to Lyx 1.3
* doc/cdbfileformat.lyx: updated to Lyx 1.3
* doc/test_suite_spec.lyx: updated to Lyx 1.3
* doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2666 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosrc/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas...
bernhardheld [Tue, 3 Jun 2003 08:10:48 +0000 (08:10 +0000)]
src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas@otenet.gr>

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2665 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agocvs revision keywords, passing pdf information in latex preamble, additions...
frief [Mon, 2 Jun 2003 20:49:50 +0000 (20:49 +0000)]
cvs revision keywords, passing pdf information in latex preamble,          additions to the "related tools/documentation" section

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2664 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agooops, not for *nix
bernhardheld [Mon, 2 Jun 2003 11:04:49 +0000 (11:04 +0000)]
oops, not for *nix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2663 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agosrc/SDCCmain.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
bernhardheld [Mon, 2 Jun 2003 09:22:21 +0000 (09:22 +0000)]
src/SDCCmain.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2662 4a8a32a2-be11-0410-ad9d-d568d2c75423

20 years agoexclude z80 and gbz80
bernhardheld [Sun, 1 Jun 2003 10:05:03 +0000 (10:05 +0000)]
exclude z80 and gbz80

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2661 4a8a32a2-be11-0410-ad9d-d568d2c75423

21 years agoforgot the return
bernhardheld [Fri, 30 May 2003 00:33:30 +0000 (00:33 +0000)]
forgot the return

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2660 4a8a32a2-be11-0410-ad9d-d568d2c75423

21 years ago* src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn@vt.edu>
bernhardheld [Fri, 30 May 2003 00:28:28 +0000 (00:28 +0000)]
* src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn@vt.edu>
* src/SDCCcse.c (algebraicOpts): fixed "c * 1"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2659 4a8a32a2-be11-0410-ad9d-d568d2c75423

21 years ago* doc/sdccman.lyx: fix double dash and other minor things
bernhardheld [Wed, 28 May 2003 21:20:23 +0000 (21:20 +0000)]
* doc/sdccman.lyx: fix double dash and other minor things
* doc/Makefile: fix double dash

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2658 4a8a32a2-be11-0410-ad9d-d568d2c75423

21 years agoMartin adds condition,ignore cmds
kbongers [Wed, 28 May 2003 17:53:10 +0000 (17:53 +0000)]
Martin adds condition,ignore cmds

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2657 4a8a32a2-be11-0410-ad9d-d568d2c75423

21 years ago * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual...
frief [Tue, 27 May 2003 23:39:27 +0000 (23:39 +0000)]
 * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual is in parts still quite out of date, I did changes as far as I felt makes sense for a non-native english speaker.
Please feel free to add to the manual or to correct my changes.
* doc/Makefile: undid touching the date of intermediate tex files.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2656 4a8a32a2-be11-0410-ad9d-d568d2c75423