congo123869
Programmer
Im kinda new at this assembly thing. My teacher dosn't know much either so he's no help.
Our first program is this...
Compute the transpose of a two dimensional matrix, subject to the folowing requirements...
1. Each element of the matrix will be between 0 and 25,000
2. You should use the DUP directive to declair the matrix.
3. Use the Readint and Writeint from the irvine.lib?????
4. You need to use nested loops for reading and writing the matrices.
5. The original matrix is 5x5
7. The output should have one row of the transpose per line.
I am lost...
can anyone please help with this???
Thanks Congo
Our first program is this...
Compute the transpose of a two dimensional matrix, subject to the folowing requirements...
1. Each element of the matrix will be between 0 and 25,000
2. You should use the DUP directive to declair the matrix.
3. Use the Readint and Writeint from the irvine.lib?????
4. You need to use nested loops for reading and writing the matrices.
5. The original matrix is 5x5
7. The output should have one row of the transpose per line.
I am lost...
can anyone please help with this???
Thanks Congo