feat: passage au format CE, offset a 0 Changement de la coloration pour les executables

This commit is contained in:
Nicolas Hordé 2004-11-19 17:22:13 +00:00
parent 876db618e0
commit bd0268505f
1 changed files with 4 additions and 4 deletions

View File

@ -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