From 8a5dcd01723e0928a8442c6da035a83a720d015d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 30 Oct 2004 19:54:49 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20utilisation=20de=20la=20fonction=20file?= =?UTF-8?q?exec=20plutot=20que=20la=20fonction=20de=20projection=20en=20bl?= =?UTF-8?q?oc=20m=C3=A9moire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commande/commande.asm | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/commande/commande.asm b/commande/commande.asm index 572e7a7..7565e0e 100644 --- a/commande/commande.asm +++ b/commande/commande.asm @@ -141,38 +141,9 @@ error: call concat0 noaddext: mov si,offset buffer - push cs - mov ax,offset arrive - push ax - mov di,offset vga - mov ah,40 - int 47h - mov ah,17 + mov ah,18 int 48h jc reallyerror - push es - push 0100h - push es - push es - push es - pop ds - pop fs - pop gs - push 7202h - popf - db 0CBh - arrive: - push cs - push cs - push cs - push cs - pop ds - pop es - pop fs - pop gs - mov si,offset vga - mov ah,41 - int 47h xor bp,bp jmp replay reallyerror: @@ -440,7 +411,6 @@ msg db 'Interpreteur de commande COS V1.1',0 dir equ $ buffer equ $+128 buffer2 equ $+128+512 -vga equ $+128+512+512 end start