Give the machine code for the following assembly instruction
Give the machine code for the following assembly instructions (give your answer in hex format): beq $a0, $a1, L1 (the beq instruction is at address 0x00E20710 and the target L1 is at address 0x00E20724).
Solution
The MIPS data must be moved into registers for computation.
BEQ stand for Branch on Equal
The calculation can be done by a converter (MIPS>HEX).
Thank you!!
