Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2.5 ARM instruction sheets Solve for the correct CPU computations and actions. Execute these ARM instructions as if you were the ARM CPU. Write the
2.5
ARM instruction sheets Solve for the correct CPU computations and actions. Execute these ARM instructions as if you were the ARM CPU. Write the final updated values for each memory, register and flags after the given instruction executes in the space provided. Only update the changed values. There are multiple parts of this problem. Endianness: Check for endianness in case of loads and stores, in each part of the question. If the question does not specify the endianness, you can assume little-endian. Note: Only write the changed values, if the value did not change leave the updated cell blank. Note: If the instruction causes no change in the data, clearly state why there is no change, otherwise it will be assumed you did not answer the question. For branch instructions, clearly state if the branch is taken or not taken. Q2.5 LDMIA R13!, (R10, R2, RO) Updated Data Memory Orig. Address Data Ox8450 Ox82 Ox8451 Ox32 Ox84F2 OxBC Ox84F3 OxA4 Ox8454 OxF4 Ox8455 Ox6A Ox 84F6 Ox9D Ox8457 OxC2 Ox8458 Ox42 Ox8459 Ox67 Ox84FA Ox8D 0x84FB OxA1 Ox84FC OXF2 Ox84FD OxB8 Ox84FE Ox5E Ox84FF OXEE Ox8500 OXFA 0x8501 OxF3 Ox8502 Ox54 Ox8503 OXBA Ox8504 Ox6D Ox8505 Ox9C Ox8506 Ox78 Ox8507 OxBB Ox8508 OxC3 Ox8509 OxB4 Ox850A OXAA Ox850B OxD9 Ox8500 OXDA Ox850D 0xFE Ox850E OxE5 Ox850F Ox33 ; little-endian Orig. Updated Register Data Data RO OxDC002B45 R1 Ox00008500 R2 OXAB038730 R3 0x2B78DFEO R4 Ox000084F0 R5 Ox00100000 R6 Ox041 BOCOD R7 Ox00100000 Ox00000000 R9 Ox00842ABO R10 OXOABD9830 R11 Ox0000000A R12 Ox00000002 R13 Ox00008500 R14 Ox003762DD R15 0x00100000 Flags N Z OOO V N/A Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started