Why is QtSPIM telling me “Label is defined for the second time”?
问题 I am brand new to learning MIPS assembly code, and we got our first coding assignment. I am getting an error when I run my program (which is supposed to be a tester for another function we have to write) saying "spim: (parser) Label is defined for the second time on line 13 of file /home/jlr247/215_A2_work/jlr247-a2-A.s main: ^" The code I have is: .data .align 4 _arrA: .space 400 _arrB: .space 400 .text main: la $t0, _arrA #load base address of array A la $t1, _arrB #load base address of