A86: turning the run indicator off


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

A86: turning the run indicator off




What is the difference between doing <call _runindicoff>   or doing           
                     <res indicRun,(iy+indicflags)>
i know that using the call make the prog smaller but does using res 
indicRun,(iy+indicflags) make it faster (b/c it doesn't have to save pc then 
jp some where in the rom and then come back)