Re: A86: Rom Calls


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

Re: A86: Rom Calls



Harper Maddox wrote:
> 
> as i make the conversion from 83asm to 86asm ive run into a few problems
> with rom calls and the like.  Could someone please tell me the 86
> equivelents of these.
> 
> #DEFINE temp    8265h

sorry no idea
> 
> res textinverse,(iy+textflags)

 set 3,(iy+05)

> set textinverse,(iy+textflags)

 res 3,(iy+05)
> 
> call _runIndicOff

 call $4AB1
> 
> thanks for your time,
> -Harper Maddox

-- 
ZzZzZ eEeEe BbBb  EeEeE eEeEe dDdD   oOo   OoO  tTtTt
   Z  E     b   B e     E     D   d O   O o   o   T
  z   eEe   BbBb  EeE   eEe   d   D o   o O   O   t
 Z    E     b   B e     E     D   d O   O o   o   T
zZzZz eEeEe BbBb  EeEeE eEeEe dDdD   oOo   OoO    t


References: