X86-assembly/Instructions/setle

From aldeid
Jump to navigation Jump to search
You are here:
setle

Description

Sets the byte in the operand to 1 if the Zero Flag is set or the Sign Flag is not equal to the Overflow Flag, otherwise sets the operand to 0.

SETLE and SETNG are different mnemonics for the same instruction.

Usage

SETLE   dest
SETNG   dest 

Comments