Question: Write an MC68000 assembly language program that will add four word sized numbers located in an array starting at absolute address $1000. The result should
Write an MC68000 assembly language program that will add four word sized numbers located in an array starting at absolute address $1000. The result should be placed at the memory location specified in register A5. The program should be written in the form of a loop, not as individual statements for addition.
Place the first instruction of your program at memory at address $2000. Use the ORG and END assembler directives where appropriate.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
