求助--汇编 debug 时,出现异常
assume
cs:code
code
segment
start: mov ax,0123h
mov bx,0456h
add ax,bx
add ax,ax
mov ax, 4c00h
int
21h
code ends
end start
masm test01.asm
link test01.obj
debug test01.exe
然后就出现如图的