Skip to content

CS 2810 - Project #9

Write a MIPS Assembly Language Program that dynamically allocates and processes a two-dimensional array of integers.  It should ask the user for the number of rows and columns.  It should fill the array with values input by the user.  It should display the array in an appropriate format.  Finally, it should calculate and display the sum of each of the columns of the array. Name your file LlllProj09.asm.