feat: passage au format CE, offset a 0 Chargement, Projection et execution en offset 0
This commit is contained in:
parent
df0e3a0014
commit
4da7f7f656
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
include ..\include\fat.h
|
||||
|
||||
|
@ -187,7 +187,7 @@ execfile:
|
|||
mov ax,offset arrive
|
||||
push ax
|
||||
push es
|
||||
push 0100h
|
||||
push 0000h
|
||||
push es
|
||||
push es
|
||||
push es
|
||||
|
@ -235,7 +235,6 @@ projfile:
|
|||
jc errorload2
|
||||
mov eax,cs:tempfit.FileSize
|
||||
mov ecx,eax
|
||||
add ecx,100h
|
||||
push eax
|
||||
mov ah,2
|
||||
int 49h
|
||||
|
@ -244,7 +243,7 @@ projfile:
|
|||
push gs
|
||||
pop es
|
||||
mov cx,cs:tempfit.FileGroup
|
||||
mov di,100h
|
||||
mov di,0h
|
||||
call loadway
|
||||
jc errorload2
|
||||
clc
|
||||
|
|
Loading…
Reference in New Issue