Question: there are 9 rows 4. Given the following data definitions, the address of the first variable varl is given at 0x1001 1000 (hexadecimal). Using little
4. Given the following data definitions, the address of the first variable varl is given at 0x1001 1000 (hexadecimal). Using little endian, show the memory dump below. Fill each box below with a byte of the allocated memory in hexadecimal. You may use the ASCII table provided. \begin{tabular}{ll} & .data \\ var1: & .byte 3,2, 'A' \\ var2: & .half 1,256,0FFFF \\ var3: & .word 03 DE1C74, 0xFF \\ . align 3 \\ str1: & .asciiz "CPS2390" \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
