Question: Suppose you are given three data items that indicate a starting index in a list, an array of charac ters, and an array of link

Suppose you are given three data items that indicate a starting index in a list, an array of charac
ters, and an array of link index. You are to write a program that traverses the links and locates the
characters in their correct sequence. For each character you locate, copy it to a new array. Sup
pose you used the following sample data, and assumed the arrays use zero-based indexes:
start =1
chars:
links:
H A C E B D F G
04562370
Then the values copied (in order) to the output array would be A,B,C,D,E,F,G,H. Declare the
character array as type BYTE, and to make the problem more interesting, declare the links array
type DWORD.
Only use the textbook version of Assembly language program and no credit will be given to any errored programs.

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!