Question: A high-level language compiler which is running on a MIPS system generates a set of assembly code that is shown in the picture above (assume

A high-level language compiler which is running on a MIPS system generates a set of assembly code that is shown in the picture above (assume that the 32-bit general-purpose registers S0, S1, S2, S3, and S4 are loaded with integer variables f,g, h, i and j, respectively). Based on the given assembly code, show its equivalent high-level language code.
bne s3, S4, next add so, si, s2 j exit next: sub so, so, s3 exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
