setbe

Set Byte on Below or Equal

SETBE r/m8

Sets byte to 1 if CF=1 or ZF=1.

Details

The Set Byte on Below or Equal instruction sets byte to 1 if CF=1 or ZF=1.

Pseudocode Operation

DEST <- 1 if condition true, else 0

Example

SETBE bl

Encoding

Binary Layout
0F
+0
96
+1
 
Format Legacy
Opcode 0F 96
Extension Base

Operands

  • dest
    8-bit register or memory