汇编程序53:实验16 编写包含多个功能子程序的中断例程
摘要:
1 assume cs:code 2 ;中断例程 3 code segment 4 start: 5 mov ax,cs 6 mov ds,ax 7 mov si,offset setscreen 8 mov ax,0020H 9 mov es,ax 10... 阅读全文
posted @ 2018-02-10 20:02 叶倾仙 阅读(226) 评论(0) 推荐(0) 编辑
posted @ 2018-02-10 20:02 叶倾仙 阅读(226) 评论(0) 推荐(0) 编辑