GNU Info

Info Node: (nasm.info)Section B.4.265

(nasm.info)Section B.4.265


Next: Section B.4.266 Prev: Section B.4.264 Up: Section B.4
Enter node , (file) or (file)node

B.4.265. `PUSHFx': Push Flags Register
--------------------------------------

     PUSHF                         ; 9C                   [8086]
     PUSHFD                        ; o32 9C               [386]
     PUSHFW                        ; o16 9C               [8086]

   * `PUSHFW' pops a word from the stack and stores it in the bottom 16
     bits of the flags register (or the whole flags register, on
     processors below a 386).

   * `PUSHFD' pops a doubleword and stores it in the entire flags
     register.

   `PUSHF' is an alias mnemonic for either `PUSHFW' or `PUSHFD',
depending on the current `BITS' setting.

   See also `POPF' (*Note Section B.4.246::).


automatically generated by info2www version 1.2.2.9