main: li $t0, 3 # (3 * mul $t0, $t0, 4 # sizeof(int) la $t1, x # add $t2, $t1, $t0 # + x) = &x[3] li $t3, 17 sw $t3, ($t2) # x[3] = 17; .data x: .space 4*10 # int x[10];