Operation

IF condition
THEN
EIP  EIP + SignExtend(rel8/16/32);
IF OperandSize = 16
THEN EIP  EIP AND 0000FFFFH;
FI;
FI;


[Back: Description]
[Next: Protected Mode Exceptions]