.model small .code org 0 arrow proc near mov ax,12h int 10h mov al,1 int 33h int 20h arrow endp end