Re: LZ-Adv: JR or JP cc, *


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

Re: LZ-Adv: JR or JP cc, *



Alex Macha wrote:
> 
> I've got a question.. has anyone used jr(or jp) NC, (addx) and worked??
>  I've been trying to do this for some < or > routines I have but, it
> seems to throw my calculator into loops..
>                                         -Alex


You should use JUMP_() to be on the safe side.  This would be more of a 
problem with jp's because they jump directly to the address.  relative 
jumps, jr's should be okay, cause i've seen them in a few programs, but 
the jump spot has to be less than 128 bytes away.


<pre>
-- 
Compliments of:
_-_-_-_-_-_-_-_
  Alan Bailey
  mailto:bailala@mw.sisna.com
  IRC:Abalone
  Web:http://www.mw.sisna.com/users/bailala/home.htm
</pre>


References: