使用旋转指令面对错误A2052

时间:2018-02-20 17:12:09

标签: assembly x86-16

由于64位系统,我必须使用DOSBOX来运行8086汇编代码。每次我使用任何旋转指令(ROR,ROL等)时,我都会收到此错误:错误A2052:操作数类型不正确。 我已经尝试了所有我能想到的东西,谷歌也不知道。

Error while processing route: exhibition Cannot read property 'Entry' of undefined TypeError: Cannot read property 'Entry' of undefined

我收到此错误消息:

enter image description here

1 个答案:

答案 0 :(得分:3)

8086仅支持1或CL移位。你试图换一个大于一的常数。