Re: A86: Math program


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

Re: A86: Math program





On Sat, 13 Jun 1998 11:08:43 EDT ComAsYuAre@aol.com writes:
>
>In a message dated 6/13/98 5:37:01 AM Eastern Daylight Time,
>nop56773@mail.telepac.pt writes:
>>  Also, I copied a prompt routine from a triangle tester program of 
>Elroy
>>  (elroy@usa.net)
>>  and still dont understand it. 
>>  What is call _mov10b for? And (_asap_ind) ? And call _exec_pg3?
>>  
>>  Thanks
>
>_asap_ind is where you load $0d into, right before you call _exec_pg3
>this gives a prompt similar to the one on the homescreen.  the input 
>goes into
>op1

_exec_pg3 has a table of calls, _asap_ind tells it what subfunction to
use.  $0d is the one for getting a value (number/string/matrix/whatever)
into op1.


does anyone know any subfunctions of _exec_pg3 other than $0c and $0d or
of _exec_pg4 other than $11?

-josh


_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: