I am attempting to debug the following code as a single file project on a "PIC16F631/677/685/687/689/690 Series" MCU, using a PICKit3 and MPLAB X v1.95. ; ProgramOrg 0x0000 MOVLW 0x00 MOVWF PCLATH GOTO ADR_0x000F ADDLW 0xFF ADR_0x000F MOVLW 0x01 BSF PCLAT..
↧