Re: A86: condition jumps


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

Re: A86: condition jumps




In a message dated 11/17/98 23:53:25 Eastern Standard Time,
croop@oregontrail.net writes:

> I have a conditionary jump:     jr m, gohere       This, according to
>  the Assembly Studio help file, should jump to gohere on the condition
>  that the negative flag is set.
>  
>  According to Assembly Studio's help file, the negative condition is
>  'M'.  But when I try to assemble this, it yells at me and tells me it
>  doesn't understand the 'm'.  I also tried 's' for Sign flag and 'n' for
>  Negative.  It still won't let me do it.  What do I need to use for a
>  negative condition?


jr has less conditions than jp.  you can only use z, nz, c, and nc, i believe.
all of them can be used for jp and call