I my friends,
I'm working on a compiler program so, I can't understand that while I'm passin 3 code address to Mips Assembly, it gets an error in simple sums like those:
addi $t0 , 1 ,1
it only accepts :
addi temp , temp , 1
How can I sum two integers? Do I have to store the first "1" in a temporary?
Thanks a lot