汇编 表格形式显示字符

时间:2012-03-26 20:01:41
【文件属性】:
文件名称:汇编 表格形式显示字符
文件大小:15KB
文件格式:RAR
更新时间:2012-03-26 20:01:41
汇编 实验二_用表格形式显示字符 datarea segment datarea ends prognam segment main proc far assume cs:prognam,ds:datarea start: push ds sub ax,ax push ax mov ax,datarea mov ds,ax mov es,ax mov dl,10h mov ch,0 next0: mov cl,0 next1: mov ah,02h int 21h push dx mov ah,02h mov dl,0 int 21h pop dx inc dl inc cl next2: cmp cl,16 jne next1 push dx mov ah,02h mov dl,0dh int 21h mov ah,02h mov dl,0ah int 21h pop dx inc ch cmp ch,15 jne next0 ret main endp prognam ends end start
【文件预览】:
实验二_用表格形式显示字符
----SMASCLL.EXE(572B)
----SMASCLL.OBJ(150B)
-----用表格形式显示字符.doc(58KB)
----smascll.asm(768B)

网友评论