i'm new to mips, stucking at the reading integer lesson. the code is:
li $v0, 5
syscall
when I click compile all, the program just keep running and won't stop (showing by the pause and the stop button light up, in contrast with the run one line, run all, back one line, back all buttons). When I click the run one line through the whole things, it show an error
Step: execution terminated due to null instruction.
Error in C:(TH) KTMT\TH2\mips1.asm line 2: Runtime exception at 0x00400004: invalid integer input (syscall 5)
Step: execution terminated with errors.
It was supposed to show a table to let me input data. can the problem come from my mars? cause I'm pretty sure the code is correct.