Opcode JNBE


CPU: i8086+
Type Of Instruction: User

Instruction: JNBE address

Description:
IF (ZF==0) OR (CF==0)
THEN
JMP adr

Affected Flags: None
Notes: Jump address is relative 8/16bit address.
Same as JA


Copyright by InternetNightmare 2005-2006