code segment 'code'assume cs:code
start: mov bx,37h mov ax,bx mov cl,10 div cl mov cx,ax or cl,30h or ch,30h mov ah,2 mov dl,cl int 21h mov dl,ch int 21h
mov ah,4ch int 21h
code endsend start
非常感谢,还有更好的方法没,..
在次 感谢