Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Assembly 在PC=0x00000000时发生QtSpim异常_Assembly_Qtspim - Fatal编程技术网

Assembly 在PC=0x00000000时发生QtSpim异常

Assembly 在PC=0x00000000时发生QtSpim异常,assembly,qtspim,Assembly,Qtspim,所以我刚刚开始在我的类中使用QtSimp,但是我不能模拟一个程序 e、 g 我将正常加载该文件,但当我尝试运行它时,会出现以下错误: Exception occurred at PC=0x00000000 Bad address in text read: 0x00000000 Attempt to execute non-instruction at 0x80000180 这似乎是我迄今为止尝试过的任何程序的情况 QtSpim版本:9.1.4我也遇到了同样的问题。您的QtSpim未使用默认地

所以我刚刚开始在我的类中使用QtSimp,但是我不能模拟一个程序

e、 g

我将正常加载该文件,但当我尝试运行它时,会出现以下错误:

Exception occurred at PC=0x00000000
Bad address in text read: 0x00000000
Attempt to execute non-instruction at 0x80000180
这似乎是我迄今为止尝试过的任何程序的情况


QtSpim版本:9.1.4

我也遇到了同样的问题。您的QtSpim未使用默认地址0x00400000。您可以通过转到模拟器->运行参数来设置它,并将地址或标签的值更改为开始运行程序从0x00000000更改为0x00400000。

我也遇到了同样的问题。您的QtSpim未使用默认地址0x00400000。您可以通过转到模拟器->运行参数来设置它,并将地址或标签的值更改为开始运行程序从0x00000000更改为0x00400000。

无法使用QtSpim 9.1.12进行复制。确保加载的程序集文件正确。无法使用QtSpim 9.1.12复制。确保加载的程序集文件正确。
Exception occurred at PC=0x00000000
Bad address in text read: 0x00000000
Attempt to execute non-instruction at 0x80000180