.model small .code org 0 hptest proc near mov ah,5 mov dl,1bh int 21h mov dl,7ah int 21h int 20h hptest endp end