10.(20 points) Write the ASM code for the following RTL code: Program starts at line 0 ; X is line number for R5 ← 5 ;Increment R2 by 2 0: R2 ← 0 R2 ← R2 + 2 R3 – R31 (R3<>0) :PC ← X ;
OR
OR
10.(20 points) Write the ASM code for the following RTL code: Program starts at line 0 ; X is line number for R5 ← 5 ;Increment R2 by 2 0: R2 ← 0 R2 ← R2 + 2 R3 – R31 (R3<>0) :PC ← X ;