.model small .code org 100h start: call print call print call print int 20h print proc near mov ah, 02h mov dl, '*' int 21h ret endp end start