Question: Need answer to a, b and c 1. [8 points) Assume that the memory location Ox40000 has been assigned a symbolic name Data using assembler
Need answer to a, b and c

1. [8 points) Assume that the memory location Ox40000 has been assigned a symbolic name Data using assembler directive .equ: .equ Data , 0x40000 Describe what each of the following independent sets of statements (under (a), (b) and (c) do: a) Data .long OxEE212 What value is stored at the address location Ox40002? b) Data asciz "CAB123" What value is stored at the address location Ox 40004? move.l #0x45453231 , %DO move.l %DO, Data What value is stored at the address location Ox40003? 1. [8 points) Assume that the memory location Ox40000 has been assigned a symbolic name Data using assembler directive .equ: .equ Data , 0x40000 Describe what each of the following independent sets of statements (under (a), (b) and (c) do: a) Data .long OxEE212 What value is stored at the address location Ox40002? b) Data asciz "CAB123" What value is stored at the address location Ox 40004? move.l #0x45453231 , %DO move.l %DO, Data What value is stored at the address location Ox40003
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
