王爽2版,,第126页,程序6,2,
assume cs:codecode segment
dw 0123h,0456h,,0789h,0abch,0defh,0fedh.0cbah,0987h
start:mov bx,0
mov ax,0
mov cx,8
s: add ax,cs:[bx]
add bx,2
loop s
mov ax,4c00h
int 21h
code ends
end start
我把课本代码敲进去 Masm for Windows 集成实验环境 2011中,,,编译竟然出问题???为什么,,,,还有,那种编译器比较好