error A2022: instruction operands must be the same size

error A2022: instruction operands must be the same size
; 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
求大神指导菜鸟
小犬蠢一浪16 1年前 已收到1个回答 举报

tuyanjing 幼苗

共回答了22个问题采纳率:77.3% 举报

报错是说你的代码传递值大小不匹配
比如mov指令时,
mov al,bx
你看下程序自己的程序有什么地方有问题比如WriteUDecDword参数是什么类型的

1年前 追问

6

小犬蠢一浪16 举报

怎么看WriteUDecDword参数
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 18 q. 0.650 s. - webmaster@yulucn.com