qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Type-Conversion Instructions
   Instruction Summary  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
These instructions offer a fast way to convert from one data type to
another, while preserving the sign. Use only with signed integer values.
These instructions always use a value in the accumulator (AL or AX).
 
Mnemonic      Name
CBW           Convert Byte to Word
CWD           Convert Word to Double
                                    -♦-