fix: correction d'un bogue lors de l'affichage d'erreur lecteur

This commit is contained in:
Nicolas Hordé 2004-11-10 19:25:00 +00:00
parent da960fb5fc
commit 4ae827bc47
1 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@ VerifAll:
mov ah,1 mov ah,1
int 16h int 16h
jz nokey jz nokey
cmp al,32 cmp al,' '
je enend je enend
nokey: nokey:
mov ax,cx mov ax,cx
@ -101,7 +101,9 @@ mov si,offset errore
int 47h int 47h
mov ah,0 mov ah,0
int 16h int 16h
jmp replay mov ah,29h
int 47H
db 0CBH