Posted By
 Csabo on 2020-12-12 17:04:22
| Re: Calling 'RUN' from Machine Code
It can be a little hard to find, but we do have this exact piece of info in our Knowledge Base Here it is!
RUN Command
From that page:
Machine Language To perform the equivalent of the RUN command, use this code: JSR $8BBE JMP $8BDC
As Basman mentioned, the BASIC pointers ($2B/$2C) have to be set (they have to point to a valid BASIC program). |