Opcode JLE


CPU: i8086+
Type Of Instruction: User

Instruction: JLE address

Description:
IF (ZF==0) OR (SF<>OF)
THEN
JMP adr

Affected Flags: None
Notes: Jump address is relative 8/16bit address.
Used with signed operations.


Copyright by InternetNightmare 2005-2006