QtSpim

Spim是一个独立的模拟器,可以运行 MIPS32 程序;Spim实现了几乎整个 MIPS32 汇编器扩展指令集。新版的Spim被称为QtSpim。

QtSpim: Attempt to execute non-instruction at 0x00400030 错误解决方法 QtSpim: Attempt to execute non-instruction at 0x00400030 错误解决方法 使用QtSpim运行MIPS32汇编代码时提示Attempt to execute non-instruction at 0x00400030 错误表示你的程序没有正确退出;
spim:(parser) Label is defined for the second time 解决方法 spim:(parser) Label is defined for the second time 解决方法 在使用QtSpim读取汇编语言文件时提示:Label is defined for the second time on line xx of file xxx main:,出现这个错误是因为你没有在载入文件前初始化你的模拟器;