fix: correction sur le bogue lors du depassement de l'ecran

This commit is contained in:
Nicolas Hordé 2004-11-10 16:50:24 +00:00
parent a4b0815f42
commit b85f27177b
1 changed files with 5 additions and 3 deletions

View File

@ -17,16 +17,16 @@ int 47h
mov si,offset menu mov si,offset menu
mov ah,13 mov ah,13
int 47h int 47h
mov ah,18h mov ah,6
int 47h int 47h
xor cx,cx xor cx,cx
listmcb: listmcb:
mov ah,4 mov ah,4
int 49h int 49h
jc fino jc fino
inc cx inc cx
inc bl mov ah,18h
int 47h
push gs push gs
pop ds pop ds
mov bh,0 mov bh,0
@ -76,6 +76,8 @@ mov cx,16
mov ah,11h mov ah,11h
int 47h int 47h
pop cx pop cx
mov ah,6h
int 47h
jmp listmcb jmp listmcb
fino: fino:
db 0CBh db 0CBh