注册 登录
编程论坛 汇编论坛

求助--汇编 debug 时,出现异常

sihan 发布于 2006-09-04 20:56, 542 次点击
求助--汇编 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
然后就出现如图的
0 回复
1