From bd0268505f99e76de708014d85598177a38961fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Fri, 19 Nov 2004 17:22:13 +0000 Subject: [PATCH] feat: passage au format CE, offset a 0 Changement de la coloration pour les executables --- programs/gestion.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/gestion.asm b/programs/gestion.asm index dc79590..e5361a9 100644 --- a/programs/gestion.asm +++ b/programs/gestion.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h include ..\include\fat.h @@ -47,11 +47,11 @@ mov cl,4 int 47h jmp notall notdirectory: -cmp [si+Entries.FilExt],'E' +cmp [si+Entries.FilExt],'C' jne notexe -cmp [si+Entries.FilExt+1],'X' +cmp [si+Entries.FilExt+1],'E' jne notexe -cmp [si+Entries.FilExt+2],'E' +cmp [si+Entries.FilExt+2],' ' jne notexe mov ah,21 mov cl,5