Question: The following question is about Computer Organization & Assembly Language. Please solve it Correctly. Please write a smaill program using Assembly language... Not other language.
The following question is about Computer Organization & Assembly Language. Please solve it Correctly.
Please write a smaill program using Assembly language... Not other language.
array
Indirect addressing] Write a program that subtracts the corresponding elements of Arrayl and Array2 and stores the results in Array3; e.g. for the 8th element, Array3 [7]Array! [7]-Array:2 [7]. Include commands to display the elements of all the arrays. Submit screenshot of the displays of the elements of all the arrays. You can use Writelnt or WriteHex to display the elements of the arrays. Fill in Arrayl and Array2 by your own 10 numbers each. data Array1 Array2 BYTE 4h, Array3 BYTE 10 DUP (?) BYTE 7hStep by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
