split a basic program into two different areas of RAM?
- From: asdf <craigslist530@xxxxxxxxx>
- Date: Sun, 6 May 2012 10:48:53 -0700 (PDT)
I assume you could poke 103, 104 with new values, and jmp back to the
basic
interpreter to split a basic program?
IE, program first half at $800 to $1FFF. second half at $4000 to
$6000.
any time you need to get to the second half of the program, call a ML
program that modifies 103 and 104, then call the interpreter. you
would
need to restore them when program flows back to the first half.
Are there instructions on how to do this anywhere?
Rich
.
- Follow-Ups:
- Re: split a basic program into two different areas of RAM?
- From: Michael J . Mahon
- Re: split a basic program into two different areas of RAM?
- From: Linards Ticmanis
- Re: split a basic program into two different areas of RAM?
- Prev by Date: Re: PRODOS, FINDING ADDRESS OF LOADED BASIC PROGRAM?
- Next by Date: Re: split a basic program into two different areas of RAM?
- Previous by thread: PRODOS, FINDING ADDRESS OF LOADED BASIC PROGRAM?
- Next by thread: Re: split a basic program into two different areas of RAM?
- Index(es):
Relevant Pages
|