Re: A86: Getting rid of Done


[Prev][Index][Thread]

Re: A86: Getting rid of Done




hmm... Pat is being more helpful as of late. on a related topic, i have
found a call which i have called _exec_pg2.

_exec_pg2	equ	$4B1B

this command takes input in A to determine what call to do. for example,
if A = $1F, then the command is GCD. the first input is in OP1, and any
remaining inputs should be pushed onto the FPS. if you're not clear on
this, it will be in cymbol.h (soon to be released once i get the applet
format together)

Pat Milheron wrote:
> 
> Reset this flag :    DonePrgm,(iy+DoneFlags)
> 
>                      DonePrgm   equ   5
>                      DoneFlags  equ   0
> 
> Later,
> Pat

-- 

=====================================
=                                   =
=            Kirk Meyer             =
=         Got ICQ? 17313048         =
=       kirkmeyer@bigfoot.com       =
= http://www.bigfoot.com/~kirkmeyer =
=                                   =
=   "Set your affection on things   =
=    above, not on things on the    =
=      earth."  Colossians 3:2      =
=                                   =
=====================================


References: