From c7dcde1d6eee2c5fc390621eabc0cab5c68a6282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 10 Nov 2004 12:06:48 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20modification=20du=20programme=20afin=20?= =?UTF-8?q?qu'il=20soit=20compatible=20avec=20les=20blocs=20m=C3=A9moires?= =?UTF-8?q?=20BIS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/gestion.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/gestion.asm b/programs/gestion.asm index 8266b9c..6141ee8 100644 --- a/programs/gestion.asm +++ b/programs/gestion.asm @@ -192,6 +192,6 @@ msg2 db 'Programme en cours de chargement',0 prompt db '--------------------------------------------------------------------------------',0 infos db 'Nom Ext. Date creation Date modification Taille Attributs',0 -bufferentry equ $ +bufferentry db 512 end start