* doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 14 Jan 2007 23:40:09 +0000 (23:40 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 14 Jan 2007 23:40:09 +0000 (23:40 +0000)
commit3a3ad5f21d40c9e0e8fbd4e7dcf428bff9cf4c42
treedd059c4bf0ba2987544214c7d9550cdb6a6b5677
parent0c9834393ace08d317b236f5bf92a727175c8735
* doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
    code page and data banking description
* src/pic/genarith.c,
* src/pic/gen.h: removed bit arithmetic functions,
    updated exit(1) to exit(EXIT_FAILURE)
* device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
* device/include/pic16/pic18f2455.h,
* device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
    TRISD and TRISE, fixed/added some bit names
* device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
* device/include/pic16/pic18f{2550,4550,4455}.h: simply include
    updated pic18f2455.{c,h} instead of duplicating them

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4573 4a8a32a2-be11-0410-ad9d-d568d2c75423
13 files changed:
ChangeLog
device/include/pic16/pic18f2455.h
device/include/pic16/pic18f2550.h
device/include/pic16/pic18f4455.h
device/include/pic16/pic18f4550.h
device/lib/pic16/libdev/pic18f2455.c
device/lib/pic16/libdev/pic18f2550.c
device/lib/pic16/libdev/pic18f4455.c
device/lib/pic16/libdev/pic18f4550.c
device/lib/pic16/libsdcc/stack/stack.S
doc/sdccman.lyx
src/pic/gen.h
src/pic/genarith.c