No success
Now my pic16F88.inc INTCON Bits section is as below, but not success in compiling. Still the same error# but changed definition. Now: "Symbol not priously defined (T0IE)"
Code:
;----- INTCON Bits --------------------------------------------------------
GIE EQU H'0007'
PEIE EQU H'0006'
TMR0IE EQU H'0005'
INTE EQU H'0004'
RBIE EQU H'0003'
TMR0IF EQU H'0002'
T0IF EQU H'0002'
INTF EQU H'0001'
RBIF EQU H'0000'
Still, commenting out TMR0_INT error disappear.
Al.
Last edited by aratti; - 24th October 2009 at 16:40.
All progress began with an idea
Bookmarks