Question: 13. Answer the following questions pertaining to the example program given. a. (16 pt.) After the program is executed, list the values contained in

13. Answer the following questions pertaining to the example program given. a. (16 pt.) After the program is executed, list the values contained in each of the registers and memory addresses shown. Answer in hexadecimal. #0x01, R4 mov.w add.w #0x18, R4 mov.w R4, &0x200 mov.w &0x200, R5 add.w R5, R4 mov.w R4, &0x202 mov.b #4d, R6 mov.w #1023d, R7 xor.w #0xF, R5 and.w R7, R7 jmp $ Memory 00 01 02 03 Address 0x200 R4 R5 R6 R7 b. (4 pt.) Which mnemonic's program address is stored in the program counter after the program has been executed?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
