NEED HELP !! Write down compiled MIPS code of the following in a 10 Bit ISA where opcode is 4bit ,rs , rd ,sa r 2 bits
Posted: Mon Jul 11, 2022 9:49 am
NEED HELP !! Writedown compiled MIPS code of the following in a 10 Bit ISA whereopcode is 4bit ,rs , rd ,sa r 2 bits in R type and in I type, opcode is 4 bit , rd 2 bits , immediate 4 bit
for( int i =0, i < 5 ;i++)
x=x*8;
Assume
i is in$S1
j is in$S2
for( int i =0, i < 5 ;i++)
x=x*8;
Assume
i is in$S1
j is in$S2