Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>cwde convert word to extended double (386) flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CWDE          Convert Word to Extended Double (386)  Flags: O D I T S Z A P C

CWDE

           Logic:          EAX . sign extend(AX)

    This instruction converts the value in AX to an extended double word
    in EAX. The value's sign is extended. This instruction is
    particularly useful when adapting code to the 386.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   CWDE                       3 (386)      -        1    CWDE
  --------------------------------------------------------------------------

See Also: CBW CDQ CWD

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson