Opcode JMP


CPU: i8086+
Type Of Instruction: User

Instruction: JMP address

Physical Forms:
0EBh op8 JMP SHORT op8 - short jump. Allows jumping 128 bytes forward or backwards from next instruction. (Limited to same segment)
0E9h op16 JMP NEAR op16 - near jump. Relative jump from next instruction. (Limited to same segment)
0E9h op32 JMP NEAR op32
0FFh mem32 - near jump with address specified in memory.
[Incomplete]

Affected Flags: None, unless taskswitching.

+++++++++++++++++++++++
Clocks:
JMP short: 2
JMP near: 3
JMP far: 5


Copyright by InternetNightmare 2005-2006