Re: A86: Re: [sqrt] program trouble


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

Re: A86: Re: [sqrt] program trouble




Joshua Seagoe told me a call that loads a program name in OP1 into
_asm_exec_ram.  You could use that to push OP1 and then pop OP1 and make the
call to load it into _asm_exec_ram or something like that.  I can't think
right now.
Later,
______________
JBrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
http://members.xoom.com/Plexus
-----Original Message-----
From: Dux Gregis <assets@eden.rutgers.edu>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, October 06, 1998 10:29 PM
Subject: Re: A86: Re: [sqrt] program trouble


>
>
>You can, it just pushes the program onto the operation stack (I think).
>Anyhow, I was able to run ase from [sqrt]KEY.  The interrupt handler is
>different.
>
>
>>
>>I'm no expert in [sqrt]programs, but I'm about positive you can't run an
>asm
>>program from them, because they themselves are executed like an asm
>program,
>>and are already in asm_exec_ram.  I could be wrong about that, though.
But
>>the other thing is that you don't want to have a ton of code in them.  If
>>it's a [sqrt]key program and they don't press the right key, then exit
>right
>>away.  It's just like an interrupt handler, the shorter and faster the
>>better.
>>
>>-----Original Message-----
>>From: In FuZeD <zone_ti@hotmail.com>
>>To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
>>Date: Tuesday, October 06, 1998 1:49 PM
>>Subject: Re: A86: Re: [sqrt] program trouble
>>
>>
>>>
>>>Jeez. Apparently we have someone as bad as me. Bad attitude JBrett. I
>>>apologized remeber?
>>>
>>>Dux: I already have that stuff but when I made the sqrt program it
>>>slowed EVERYTHING down incredibly. It also put like 250 ( on the screen
>>>when I hit Alpha Clear which was supposed to exec the program.
>>>
>>>-InFuZeD " Hmmmm.... "
>>>
>>>______________________________________________________
>>>Get Your Private, Free Email at http://www.hotmail.com
>>
>
>