Instruction formats of 8086                                                                                                                       Print this page
<< Previous |  First |  Last |  Next >>       

 

JB Label :

Transfer control to 'Label' if
JNB Label : Transfer control to 'Label' if
JBE Label : Transfer control to 'Labe'' if or

JNBE Label :

Transfer control to 'Labe' if or
JL Label : Transfer control to 'Labe' if or
JNL Label : Transfer control to 'Labe' if or
JLE Label : Transfer control to 'Labe' if or neither SF nor OF is 1
JNLE Label : Transfer control to 'Labe' if or at least any one of SF and OF is 1
LOOPZ label : Loop through a sequence of instructions from 'Labe' while and .
LOOPNZ label : Loop through a sequence of instructions from 'Labe' while and .
<< Previous |  First |  Last |  Next >>