Command:
SETNBE - Set byte if not below or equal (CF=0 and ZF=0)
Arguments:
DEST: 8 bit general-purpose register or memory location
Usage:
SETNBE DEST
Effects:
If (CF=0 and ZF=0) DEST := 1
Flags to be set:
none
Misc:
same as SETA