`.386 .model small .stack 100h .data mesaj1 db 13,10, \'nr=\',\'$\'
nr db ? .code start: mov ax, @data mov ds,ax
mov ah, 09h mov dx, offset mesaj1 int 21h