摘要: 一、实验任务 1、练习1 Part1:编写汇编源程序: 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 c 阅读全文
posted @ 2018-10-29 00:09 樱花飘落の季節 阅读(527) 评论(1) 推荐(0) 编辑