and a jr z,a_is_zero jr p,a_is_positve jr m,a_is_negative Bit 7 is copied into the sign flag and can be tested with the condition statements P and M. Kirk Meyer wrote: > > yes, except that the carry flag can be used w/ the "jr" type > instructions whereas the sign flag cannot. >