View Single Post
Old May 20th, 2006, 6:49 AM   #30
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3 kruptof is on a distinguished road
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
Attached Images
File Type: jpg MSDOS error.jpg (11.2 KB, 33 views)
kruptof is offline   Reply With Quote