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>cdq convert double to quad (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]
CDQ               Convert Double to Quad (386)       Flags: O D I T S Z A P C

CDQ

           Logic:        EDX:EAX . sign extend(EAX)

     This instruction converts a signed double word in EAX to a quadword, also
     signed, in EDX:EAX. It extends the sign bit.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   CDQ                                     -        1    CDQ
  --------------------------------------------------------------------------

See Also: CBW CWD

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