I am trying to perform the following function in QtSpim: A[i] = B[i] + C[i]
.data atable: .byte 0, 0, 0, 0 btable: .byte 10, 5, 5, 20 ctable: .byte 10, 4