Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ADD r2, r3, #8 LD r4, (r2) ADD r1, r4, r8 ADD r5, r3, #16 LD r6, (r5) MULr7, r1, r6 ADD r9, r3, #24
ADD r2, r3, #8 LD r4, (r2) ADD r1, r4, r8 ADD r5, r3, #16 LD r6, (r5) MULr7, r1, r6 ADD r9, r3, #24 ST (r9), r7 .7 Rewrite the program from above toltake advantage of post incrementing addressing 5.7 Rewrite the program from above to post incrementing addressing mode. The value in r3 is allowed to be different at the end of the program from the value at the beginning. You may not use register plus immediate addressing mode anywhere in the program, but you may use register addressing mode. ADD r2, r3, #8 LD r4, (r2) ADD r1, r4, r8 ADD r5, r3, #16 LD r6, (r5) MULr7, r1, r6 ADD r9, r3, #24 ST (r9), r7 .7 Rewrite the program from above toltake advantage of post incrementing addressing 5.7 Rewrite the program from above to post incrementing addressing mode. The value in r3 is allowed to be different at the end of the program from the value at the beginning. You may not use register plus immediate addressing mode anywhere in the program, but you may use register addressing mode
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