当前位置: 代码迷 >> 汇编语言 >> the NTVDM CPU has encountered an illegal instruction。求解解决方法
  详细解决方案

the NTVDM CPU has encountered an illegal instruction。求解解决方法

热度:590   发布时间:2016-05-02 04:33:44.0
the NTVDM CPU has encountered an illegal instruction。求解
本人初学王爽的汇编语言,在试验第三章小题时遇到些状况,望前辈们指教,多谢了。

-a 1000:0
1000:0000 mov ax,1000
1000:0003 (这里开始不管输入什么都提示error)

于是我换默认的试
-a 
13af:0100 mov ax,1000
13af:0103 mov ds,ax
……

没有任何问题,我再尝试2000:0,同样没有问题
我又做了以下尝试
-a 1000:0
1000:0000 mov ds,ax
1000:0002 mov ax,1000
提示the NTVDM CPU has encountered an illegal instruction
CS:00a0 IP:0804 OP:ff ff 00 00 98 Choose 'Close'to terminate the application

这到底是什么情况?
------解决方案--------------------
缺省可用的是 13af 段,你在比它小的 1000 段里捣鼓什么呢?知道这时 1000 段是不是能被你随意改写的吗?
真对那么多人对这样 2 的题集奉作经典感到很是费解。
  相关解决方案