[求助]有一条语句不懂
以下是一个实现单个字符的键盘输入与显示输出的程序:code segment
assume cs:code
start :mov ah,1
int 21h
mov dl,al
add dl,1 (为什么要用这一句啊?)
mov ah,2
int 21h
mov ah,4ch
int 21h
code ends
end start
2007-04-18 12:45
2007-04-18 17:23
不对吧,程序是要求输入什么字符就输出什么字符啊,不单是‘1’吧。
2007-04-18 23:08
2007-04-19 12:11
是这样的,谢谢楼主.
2007-05-10 23:05
2007-05-10 23:56