
CBW CONVERT BYTE CBW
TOWORD
Operation: | Flags Affected: |
if (AL) < SOH then (AH) ~ 0 else (AH) < FFH | None |
DescriptiQn:
CBW (Convert Byte to Word) extends the sign of the byte in register AL throughout register AH. CBW does not affect any flags. CBWcan be used to produce a
Encoding:
1100110001
CBW Operands Clocks Transfers Bytes CBW Coding Example
(no operands) | 2 | - | 1 CBW |