feat: passage au format CE, offset a 0 Changement de la coloration pour les executables
This commit is contained in:
parent
876db618e0
commit
bd0268505f
|
@ -3,7 +3,7 @@
|
||||||
smart
|
smart
|
||||||
.code
|
.code
|
||||||
|
|
||||||
org 0100h
|
org 0h
|
||||||
|
|
||||||
include ..\include\fat.h
|
include ..\include\fat.h
|
||||||
|
|
||||||
|
@ -47,11 +47,11 @@ mov cl,4
|
||||||
int 47h
|
int 47h
|
||||||
jmp notall
|
jmp notall
|
||||||
notdirectory:
|
notdirectory:
|
||||||
cmp [si+Entries.FilExt],'E'
|
cmp [si+Entries.FilExt],'C'
|
||||||
jne notexe
|
jne notexe
|
||||||
cmp [si+Entries.FilExt+1],'X'
|
cmp [si+Entries.FilExt+1],'E'
|
||||||
jne notexe
|
jne notexe
|
||||||
cmp [si+Entries.FilExt+2],'E'
|
cmp [si+Entries.FilExt+2],' '
|
||||||
jne notexe
|
jne notexe
|
||||||
mov ah,21
|
mov ah,21
|
||||||
mov cl,5
|
mov cl,5
|
||||||
|
|
Loading…
Reference in New Issue