Re: A86: can one program be on two pages?
[Prev][Next][Index][Thread]
Re: A86: can one program be on two pages?
your method seems to involve copying all of the 86 variables from $C000
- $D748 into a temporary variable. this is great except interrupts will
stop functioning and the calculator will crash.
TGaArdvark@aol.com wrote:
>
> > yeah, but they would have to be specifically designed with .org
> > _asm_exec_ram, so you would have to re-write it, and if you re-write it
> > you may as well just make it modular
>
> No, you just do it the same way the emulators did it. And, with my
> method, it would be .org $8000, not _asm_exec_ram.
--
=====================================
= =
= Kirk Meyer (mailto:_@ibm.net) =
= http://www.bigfoot.com/~kirkmeyer =
= http://simcommunity.home.ml.org =
= =
= "Set your affection on things =
= above, not on things on the =
= earth." Colossians 3:2 =
= =
=====================================
References: