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