Great! Thanks Joe,
This file makes for some interesting reading. It gives a good look at how PBP organizes the compiled program. Addresses of variables in RAM are easy to figure out. I think my best bet at locating a target in program memory is to insert a variable “HEREIAM” after my target then compile, read the new list file, and figure out what my target address is. Does that make sense?

Thanks again Joe for your response.