invalid program counter value: 0
问题 I'm currently working with assembly language under the MIPS processor. I'm currently using MARS simulator and for reasons unknown I get the following error message after every run: Go: running try.s Error in : invalid program counter value: 0 Go: execution terminated with errors. I get this error message independent of the code I'm using, just wondering if this is a bug in the MARS simulator or if it's something I'm missing. 回答1: You probably finish your program with a jr $ra (return to