汇编 “error A2031” assume cs:code code segment main: mov ax,0020h mov ds,ax ;指定段地址0200h mov dx,0h mov cx,003fh s: mov [ … 继续阅读 汇编 “error A2031”