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