
error A2022: instruction operands must be the same size
;Win32Consol.exeincludeio32.inc.data;addyourdataheremovcx,8.codestart:;addyourcodeher...
; Win32 Consol .exe
include io32.inc
.data
;add your data here
mov cx,8
.code
start:
; add your code here
WriteUDecDword cx
ReadChar al ; press any key to continue
exit 0
end start
求大神指导菜鸟 展开
include io32.inc
.data
;add your data here
mov cx,8
.code
start:
; add your code here
WriteUDecDword cx
ReadChar al ; press any key to continue
exit 0
end start
求大神指导菜鸟 展开
展开全部
报错是说你的代码传递值大小不匹配
比如mov指令时,
mov al,bx
你看下程序自己的程序有什么地方有问题比如WriteUDecDword参数是什么类型的
比如mov指令时,
mov al,bx
你看下程序自己的程序有什么地方有问题比如WriteUDecDword参数是什么类型的
追问
怎么看WriteUDecDword参数
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询