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