Intel 8086 Computer Hardware User Manual


 
8086
Table 2 Instruction Set Summary (Continued)
Mnemonicand
InstructionCode
Description
JMP
e
UnconditionalJump 76543210 76543210 76543210
DirectwithinSegment 11101001 disp-low disp-high
DirectwithinSegment-Short 11101011 disp
IndirectwithinSegment 11111111 mod100rm
DirectIntersegment 11101010 offset-low offset-high
seg-low seg-high
IndirectIntersegment 11111111 mod101rm
RET
e
ReturnfromCALL
WithinSegment 11000011
WithinSegAddingImmedtoSP 11000010 data-low data-high
Intersegment 11001011
IntersegmentAddingImmediatetoSP 11001010 data-low data-high
JEJZ
e
JumponEqualZero 01110100 disp
JLJNGE
e
JumponLessNotGreater
01111100 disp
orEqual
JLEJNG
e
JumponLessorEqual
01111110 disp
NotGreater
JBJNAE
e
JumponBelowNotAbove
01110010 disp
orEqual
JBEJNA
e
JumponBeloworEqual
01110110 disp
NotAbove
JPJPE
e
JumponParityParityEven 01111010 disp
JO
e
JumponOverflow 01110000 disp
JS
e
JumponSign 01111000 disp
JNEJNZ
e
JumponNotEqualNotZero 01110101 disp
JNLJGE
e
JumponNotLessGreater
01111101 disp
orEqual
JNLEJG
e
JumponNotLessorEqual
01111111 disp
Greater
JNBJAE
e
JumponNotBelowAbove
01110011 disp
orEqual
JNBEJA
e
JumponNotBelowor
01110111 disp
EqualAbove
JNPJPO
e
JumponNotParParOdd 01111011 disp
JNO
e
JumponNotOverflow 01110001 disp
JNS
e
JumponNotSign 01111001 disp
LOOP
e
LoopCXTimes 11100010 disp
LOOPZLOOPE
e
LoopWhileZeroEqual 11100001 disp
LOOPNZLOOPNE
e
LoopWhileNot
11100000 disp
ZeroEqual
JCXZ
e
JumponCXZero 11100011 disp
INT
e
Interrupt
TypeSpecified 11001101 type
Type3 11001100
INTO
e
InterruptonOverflow 11001110
IRET
e
InterruptReturn 11001111
29