实验三
Posted sunguanglin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实验三相关的知识,希望对你有一定的参考价值。
多说无益
assume cs:code code segment mov ah, 2 mov dl, 3 add dl, 30h int 21h mov ah, 2 mov dl, 6 add dl, 30h int 21h mov ah, 4ch int 21h code ends end
以上是关于实验三的主要内容,如果未能解决你的问题,请参考以下文章