On Thu, May 31, 2018 at 12:15 PM, John Gardner <[email protected]> wrote:
> Your code can figure out it's execution address with something like: > > call @Boo > Boo pop B > pop A > > Boo's address is now in register pair A,B... > But you kind of already know since that code would have to be relocated to function. -- John.
