Login
Back to forumSee the full topicGo to last reply

Posted By

SVS
on 2019-06-20
02:02:37
 Re: Load a BASIC Program from a BASIC Programm

Caution, if the second program is larger than the program in memory, you have to manually fix the variables BASIC pointers at:
$2D/2E: End of program +1
$2F/30: End of variables +1
$31/32: End of arrays +1
In this way you can keep the variables created by the first program. If you don't, the variables pointers do remain the same and will corrupt the code of the second program.



Back to top


Copyright © Plus/4 World Team, 2001-2024