Question: In the lecture material you will find code that shows how to use indirect addressing to fill and print 2 D arrays. You will probably

In the lecture material you will find code that shows how to use indirect addressing to fill and print 2D arrays. You will probably want to leverage some of this code for this lab.
Create a 2D array of DWORD types that is 10 rows by 10 columns. Initially, the elements of the array are set to undefined. Write code to fill the array with random values in the range of 255-265. You are required to use nested counted loops to fill the array. You are NOT allowed to use store string instructions. Once you have the array filled, print it out to the screen in row/column fashion, with each column separated by a TAB space (this is value 09h) using indirect addressing.
Once the loop is printed out, write code that will search the array and count the number of times a specific number appears. You must use indirect addressing to count the number of times a value appears and, fill the array, and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!