How do you sign a 16 bit extend?
How do you sign a 16 bit extend? For example, if six bits are used to represent the number ” 00 1010 ” (decimal positive 10) and the sign extend operation increases the word length to 16 bits, then the new representation is simply ” 0000 0000 0000 1010 “. How do I extend my […]