Yeah, that's just 4 bytes of code. That could go in a hidey hole
(Suzuki, Hayashi, etc.).
Ken
On 5/31/18 12:45 PM, John Gardner wrote:
...Reljmp.pdf...
Nice. Thanks.
On 5/31/18, John Gardner <[email protected]> wrote:
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.