I have an Interrupt Service Routine set up in my program:
On InterXYZ ISRxyz Saveall
Where InterXYZ is the interrupt
and ISRxyz is the Subroutine to be called when the ISR fires.
I would like to look at the actual ISR code in the HEX file.
I do not see the ISRxyz listed with its address in the Program.rpt file.
I wondered if there is a method for determining the address of the ISR routine?
I know I can look at the xxxDef.dat file to see the Interrupt Vector's address, then look at the hex file to see where that location points to.
I wondered if there is another method, or file like the Program.rpt file, that lists the locations of the Subroutines used in a program.
Thank you,
JC
[b:b51a3c4f3f][color=red:b51a3c4f3f](BASCOM-AVR version : 2.0.7.5 , Latest : 2.0.7.6 )[/b:b51a3c4f3f][/color:b51a3c4f3f]
↧