* pcode.c,
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Feb 2004 19:19:01 +0000 (19:19 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Feb 2004 19:19:01 +0000 (19:19 +0000)
commite8e3fbe9ed33cf3ba91f489cf7a4a2253a5d6001
tree24fcde22d091b4ab749d59ce2bb21ebe74c88ae3
parentf4afc413b4992bc80e9056af1ce32873e9c4605c
* pcode.c,
* pcode.h,
* ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
indirect addressing. Marked FSR0 as deprecated
* gen.c (pointerCode): commented out, not needed now
(pic16_popGet2p): new MOVFF helper function
(genGenPointerGet),
(genGenPointerSet): reimplemented with MOVFF and POSTINC0
(shiftRLong): removed duplicate debugging info

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3187 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/pic16/gen.c
src/pic16/pcode.c
src/pic16/pcode.h
src/pic16/ralloc.c