Write a procedure named calc_row_sum that calculates the sum of a single row in a two-dimensional array of bytes, words, or doublewords. the procedure should have the following stack parameters: array offset, row size, array type, row index. it must return the sum in eax. use explicit stack parameters not invoke or extended proc. write a program that tests your procedure with arrays of byte, word, doubleword. prompt the user of the row index, and display the sum of the selected row.

Solved
Show answers

Ask an AI advisor a question