question archive Write an assembly code (MIPS) to multiply two (4x4) matrices A and B and store the result in C (also a matrix obviously)
Subject:Computer SciencePrice: Bought3
Write an assembly code (MIPS) to multiply two (4x4) matrices A and B and store the result in C (also a matrix obviously). Populate A and B with double precision floating point values. The multiplication should happen in column-major order. Use system calls for printing your result to the console and for taking inputs from user.