Hello,
anyone who ever met this problem and how to overcome?
MPLAB v8.70 pic16F877A configuration bit 0x290A
Error[151] F:\CODE\CODE2.ASM 23 : Operand contains unresolvable labels or is too complex
Message[302] F:\CODE\CODE2.ASM 31 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] F:\CODE\CODE2.ASM 36 : Register in operand not in bank 0. Ensure that bank bits are correct.
SWDel Set Del50
org 0x0000
BANKSEL ADCON1
movlw 0x06
movwf ADCON1
BANKSEL PORTA
bsf STATUS,RP0
movlw b'11110000'
movwf LEDTRIS
bcf STATUS,RP0
clrf LEDPORT
TQ