I need to write an assembly language ISR that fills an array and then passes that array to PBP for processing. If I dimension the array in PBP, how can I determine the first address of that array so that my assembly ISR can sequentially load it? Or is there an easier way?

I'm using 18F chips.