Question: Assembly Program Load two unique 8-bit values of your choice (specify them as HEX) into two registers (R0 and R1) and two unique 16-bit values
Assembly Program
Load two unique 8-bit values of your choice (specify them as HEX) into two registers (R0 and R1) and two unique 16-bit values of your choice (specify them as HEX) into two other registers (R2 and R3). HINT: use the load and store instructions to do this (e.g., load a value into a register use LDRB and LDR, and store from a register to a memory location using STRB and STR).
Provide your program code here :
Provide screenshots here: (You need to show the contents of this register and memory address after the code has been executed. )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
