SAHF - Store AH into Flags
9E SAHF Loads SF, ZF, AF, PF, and CF from AH into
EFLAGS register
Description
Loads the SF, ZF, AF, PF, and CF flags of the EFLAGS register with values from the corresponding bits in the AH register (bits 7, 6, 4, 2, and 0, respectively). Bits 1, 3, and 5 of register AH are ignored; the corresponding reserved bits (1, 3, and 5) in the EFLAGS register remain as shown in the "Operation" section below.
Operands Bytes Clocks
1 2 NP
Flags
The SF, ZF, AF, PF, and CF flags are loaded with values from the AH register. Bits 1, 3, and 5 of the EFLAGS register are unaffected, with the values remaining 1, 0, and 0, respectively.
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?