Re: A86: disp a menu


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

Re: A86: disp a menu




How would you deal with the labels? Use dummies or something? Usually it's
best to avoid ROM calls whenever possible, unless you know exactly what they
do... it's the most common cause of programs crashing either immediately or
some random crash happening later...
----- Original Message -----
From: <rabidcow@juno.com>
To: <assembly-86@lists.ticalc.org>
Sent: Saturday, May 27, 2000 1:04 PM
Subject: Re: A86: disp a menu


> you don't have to create temporary strings, just hook the cxmain &
> cxputaway vectors to prevent your program from being bashed and exit.
> keep everything in the _asm_exec_ram space (i think that'd work...)
>
> temporary strings should be no more icky to create than normal strings
>
> -josh





References: