Example of accessing a 2 D Array using row and column offset on MIPS assembly. I develop a function where I pass the row and column of the item I want to access as well as the size of the row and size of the column. What is returned is the offset of the item from the start of the array.