From b85f27177b12a5a51bd0007d2a85233daa625c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 10 Nov 2004 16:50:24 +0000 Subject: [PATCH] fix: correction sur le bogue lors du depassement de l'ecran --- programs/memoire.asm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/programs/memoire.asm b/programs/memoire.asm index d683079..a176d4f 100644 --- a/programs/memoire.asm +++ b/programs/memoire.asm @@ -17,16 +17,16 @@ int 47h mov si,offset menu mov ah,13 int 47h -mov ah,18h +mov ah,6 int 47h - xor cx,cx listmcb: mov ah,4 int 49h jc fino inc cx -inc bl +mov ah,18h +int 47h push gs pop ds mov bh,0 @@ -76,6 +76,8 @@ mov cx,16 mov ah,11h int 47h pop cx +mov ah,6h +int 47h jmp listmcb fino: db 0CBh