建立一个01.asm文件。文件键入如下内容:assume cs:codesgcodesg segment
start: mov ax,0123h mov bx,0456h add ax,bx add ax,ax
mov ax,4c00h int 21h
codesg endsend然后键入 masm 01;link 01;记住一定键入分号,调试 debug 01.exe-u反汇编-t单步执行-t看到int21 -p停止
posted on 2008-06-17 07:55 AlanTop 阅读(220) 评论(0) 编辑 收藏 引用
Powered by: C++博客 Copyright © AlanTop