汇编语言实验报告 总报告含四次实验。 .model small .stack 200h .data .code start: mov cl,16 mov ch,15 mov dh,10h po: dec cl mov ah,02h mov dl,dh int 21h inc dh mov ah,02h mov dl,0 int 21h cmp cl,0