Question: Intro to Assembly Language Programming Data Representation & ARM Instructions 2. Translate the following numbers into the specified different number systems Assume that all numbers
Intro to Assembly Language Programming

Data Representation & ARM Instructions 2. Translate the following numbers into the specified different number systems Assume that all numbers are unsigned values. Binary number and hexadecimal number is presented with the prefixes that we discussed in the class. Decimal number doesn't have any prefix a. 1) 59 - Ob 0x 2) 0xAB:8 = 0b 3) 0b11001010 - Ox b. Now assume that the numbers are signed 2's complement values. And, we are using 16- bit system, which means that all numbers should be represented with 16 bits. If you can't find total of 16 bits in the given value presentation, assume that Os are padded before the values. (e.g. 0xAB is actually 0x00AB) 1) 59 - Ob 2) 0xFAB8 Ob( 3) 0b11001010
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
