A86: condition jumps


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

A86: condition jumps




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?