Hi John - I'm thinking about Ken's idea of having code embedded in BASIC
jumping to code embedded in a DO file - Sounds workable, even reasonable with a big routine, or a number of smaller routines. On 5/31/18, John R. Hogerhuis <[email protected]> wrote: > 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. >
