i Hav tried to run the following code:
Quote:
save db 4 dup '$'
snum dw "Enter second$"
;start:
;mov bx,10
;mov ax,123
;mov di,0
;jmp input
;read:
;mov [save+di],al
;inc di
;jmp input
;input:
;mov ah,01
;int 21h
;cmp al,13
;jnz read
mov ah,09
mov dx,offset snum
int 21h
mov ah,04Ch
mov al,00
int 21h
|
but i keep an dialog boxes with an error on it (i have attached the image of this) do you know what this means Narue and if so can you please explain it to me