[A83] Re: ASM program space alocation


[Prev][Next][Index][Thread]

[A83] Re: ASM program space alocation




Keep in mind that programs may be above C000h in memory, and calling
C000-FFFFh on a TI-83 Plus will result in a RAM reset.

Michael Vincent
Detached Solutions - www.detacheds.com
Radical Software - www.radicalsoft.org
www.michaelv.org
----- Original Message -----
From: "Patai Gergely" <patai.ti@freemail.hu>
To: <assembly-83@lists.ticalc.org>
Sent: Sunday, March 24, 2002 10:16 AM
Subject: [A83] Re: ASM program space alocation


>
> > To go a little off topic, I found a neat little trick for
> those of you who wish
> > to run multiple assembly program from within one assembly
> program...see,
>
> This solution is only useful if the original program was
> also COPIED to the beginning of the usermem instead of
> being MOVED. Is there actually a shell that copies programs?
>
> Anyway, running other asm programs involves a lot of
> unnecessary work (it was discussed some weeks ago), unless
> they consist of merely small routines with only relative
> jumps inside, in which case you can simply call them
> without any need to move them around.
>
> When do you think this would be useful?
>
> PG
>




Follow-Ups: References: