I'm using Microcode Studio, so I'm not familiar with Microchip's IDE.
I'm trying to figure out how you changed the return address of the interrupt routine to the address of my label ''CharInput'.
A couple of questions then:
Within the ASM file, how do I find out what address the various labels are located? My character input routine is call 'CharInput'. That is where I want the program to jump when it gets an interrupt from the serial port.
In the following, I see no RETFIE or RETURN where I could substitute the address of CharInput. Where do I find that?
Here is a portion of my ASM file.
; C:\PIC\BASIC\BAE5_INT.BAS 00175 ON INTERRUPT GOTO CharInput
ONINT?LL _CharInput, L00001
; C:\PIC\BASIC\BAE5_INT.BAS 00176 DISABLE INTERRUPT
IDISABLE?




Bookmarks