zrobiłem sobie taki mały programik dla treningu:
.model small
.code
start:
mov dl, 65
mov ah, 2
int 33 ; 21h
mov ah, 9
int 22 ; 16h
xor ah, ah
int 33 ; 21h
end start
i gdy go chcę zlinkować, to pojawia się błąd no stack( czy coś takiego). Co powoduje ten typ błędu?