i am new to assembly and i have to write a program in MIPS that read string as an input,and use it as 32*32 binary matrix M(first 4 bytes is the first row in the matrix) and prints to the screen M^2(matrix is modulo 2).
i tried by using syscall and the adress of the buffer but i dont have any idea of how to solve this question.
i dont really know how to do this because i didn't find an easy way to get binary values from the bit. in addition,in order to calculate M^2 i need always the the matrix column,which are not organized as an array in the memory.
thanks to all helpers.