出错现场:

 .model small
.data
byte_var dw 'abc',10h, dup(-, dup())
.stack
.code

将byte_var dw 'abc',10h,2 dup(-1,2 dup(4))一句中dw改为db即可

04-29 04:37