Assembly Programming.
Assume that values A and B are in R3 and R4. Write a code sequence that will perform "A minus B", then take the sum and multiply it by 5 and write the result to R2.
Submit your *.bin source code and a screen shot of your program .obj loaded in the simulator and having run to a break point set on the last instruction (trap).
Can you go through the entire program in detailed explanations, and also include how to load it in the simulator and set a break point?