mov ax,4 mov bx,1 q db'42' mov ecx,q mov dx,2 int 80h mov ax,1 dec bx int 80h