◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Select an instruction for more information. Instruction Description CLC Clear carry flag CLD Clear direction flag CLI Clear interrupt flag (disable maskable interrupts) CMC Complement carry flag STC Set carry flag STD Set direction flag STI Set interrupt flag (recognize interrupts again) POPF Pop flags (pop value at top of stack into flags register) PUSHF Push flags (push value of entire flags register onto stack) LAHF Load flags into AH register SAHF Store AH into flags (does not include all flags) See also: C-style comparison operators -♦-