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

B) Conditional Branch Instruction:

JZ Label : Transfer control to 'Labe' if
JNZ Label : Transfer control to 'Labe' if
JS Label : Transfer control to ‘Label' if
JNS Label : Transfer control to ‘Label' if
JO Label : Transfer control to ‘Label' if
JNO Label : Transfer control to ‘Label' if
JP Label : Transfer control to ‘Label' if
JNP Label : Transfer control to ‘Label' if
<< Previous |  First |  Last |  Next >>