mov ax,3 mov bx,0 mov ecx,X mov dx,1 int 80h mov ax,[X] xor ax,1 mov [X],ax mov ax,4 mov bx,1 int 80h mov ax,1 dec bx int 80h section .data X db 0