Use the division method to convert each of the following numbers from decimal to eight-bit 2's complement hexadecimal numbers (if I were to be obnoxiously pedantic, the phrase "2's complement hexadecimal" would be incorrect. Why?)
Use the multiplication method to convert each of the following numbers from eight-bit 2's complement binary to decimal.
Convert each of the following numbers from binary to hexadecimal.
Convert each of the following numbers from hexadecimal to binary.
Perform the following hexadecimal additions. If the operation were performed on an eight-bit microprocessor, what would be the contents of the resulting NZVC condition codes?
12 | 12 | ac | ac |
+12 | +79 | +42 | +ac |
Perform the following binary multiplications
10010011 | 10101110 |
x01101101 | x10101110 |
Perform the following binary divisions