It's an exam type question but MIPS assembly language table (http://en.wikipedia.org/wiki/MIPS_architecture#MIPS_assembly_language) will be provided in exams
Hey all
Homework Statement
Here i want to translate them and show the hex representation of these instructions:
1)add $t0, $t0, $zero
2)lw $t2, 16($s3)
Homework Equations
The Attempt at a Solution
eg. 2)
lw | $s3 | $t2 | 16
I-TYPE
then translate the assembly code:
35 | 19 | 10 | 16
The...