将从键盘上接收到的一串字符(字符个数≤60)以其相反的次序显示在屏幕上。
我做了之后都没有错误了,但是输出的是乱码,请教高手给个代码
------解决方案--------------------------------------------------------
- Assembly code
assume cs:codecode segmentstart: mov cx,0 mov ah,1s: int 21h cmp al,0dh jz ok push ax inc cx jmp sok: mov ah,2 mov dl,0dh int 21h mov dl,0ah int 21hs1: pop dx int 21h loop s1 mov ah,4ch int 21hcode endsend start
------解决方案--------------------------------------------------------
不会, 帮顶下