Problem
A program has a branch instruction at address 0x0040 0038 as follows: beq $s0, $s1, label The label which the branch will jump to, is at address 0x0040 005C. What is the hex representation of full encoded machine code for this instruction? What if the instruction was: j label