06 2016 档案

摘要:;电子琴 data segment note dw 262,294,330,349,392,440,494,523,578,659,698 data ends code segment assume ds:data , cs:code main proc far mov ax,data mov ds,ax begin: call input ... 阅读全文
posted @ 2016-06-06 23:06 式微胡不归 阅读(225) 评论(0) 推荐(0)
摘要:main proc far mov ax,data mov ds,ax mov ah,2ch int 21h mov ah,4ch int 21hmain endp 阅读全文
posted @ 2016-06-06 23:06 式微胡不归 阅读(203) 评论(0) 推荐(0)