The assembly code represents the for loop in the blue box
Question: The assembly code represents the for loop in the blue box. The code is incorrect and only the third , fourth, and fifth lines can be modified to make the code true for the for loop. Convert the C to assembly. y’s base address is in \( \$ \mathrm{t} 0 \). Variable i is in \( \$ \mathrm{t} 4 \). “` i = 0; while (i <= 6) { y[i] = i – 5; i = i + 1; } “` While: L \( \quad \) \$t4 v, [ After \( \vee \) After: