Question: 4. Complete the following assembly code that loads a word of memory at location 100016 with 0, the next location at 100216 with 2, the

4. Complete the following assembly code that loads a word of memory at location 100016 with 0, the next location at 100216 with 2, the next location 100416 with 4, and so on up to and including location 102E16. Note that your code should be stored at location 0xAA of the program memory. (10 points) ORG MOVE.L LOOPO MOVEA.L LOOP1 MOVE %D0, LOOP2 ADD.L LOOP3 DO // address in which the program is stored // DO contains the loading word to the memory // A0 points at the location of the word in memory // load DO to the specified memory location // update the next word to be loaded to memory // update the address for the next word /1 compare DO with its supposed final value // if not equal, branch BNE 4. Complete the following assembly code that loads a word of memory at location 100016 with 0, the next location at 100216 with 2, the next location 100416 with 4, and so on up to and including location 102E16. Note that your code should be stored at location 0xAA of the program memory. (10 points) ORG MOVE.L LOOPO MOVEA.L LOOP1 MOVE %D0, LOOP2 ADD.L LOOP3 DO // address in which the program is stored // DO contains the loading word to the memory // A0 points at the location of the word in memory // load DO to the specified memory location // update the next word to be loaded to memory // update the address for the next word /1 compare DO with its supposed final value // if not equal, branch BNE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
