Page 1 of 1

6. (1 Point) Convert the following MIPS instruction into machine code. Express the machine code in hexadecimal. lui $s3,

Posted: Sun Jul 10, 2022 11:26 am
by answerhappygod
6. (1 Point) Convert the following MIPS instruction into machinecode. Express the machine code in hexadecimal.lui $s3, -12
9. (1.5 Points) Translate the code in question 6 above into MIPSassembly instructions assuming that the addresses of the variablesa, b, c, and d are stored in the following registers $s0, $s1, $s2,and $s3, respectively. Also, assume that only signed 32-bitintegers are used.