feat: ajout de l'initialisation des pilote de bloc mémoire
This commit is contained in:
parent
4d989b0e3e
commit
0a8f8d59b4
|
@ -153,6 +153,9 @@ suites:
|
||||||
call nextline
|
call nextline
|
||||||
jnz suiteloading
|
jnz suiteloading
|
||||||
|
|
||||||
|
;initialisation des MCBs
|
||||||
|
mov ah,0
|
||||||
|
int 49h
|
||||||
|
|
||||||
mov si,offset fini
|
mov si,offset fini
|
||||||
mov bl,7
|
mov bl,7
|
||||||
|
@ -164,7 +167,7 @@ suites:
|
||||||
call projfile
|
call projfile
|
||||||
jc nopromptload
|
jc nopromptload
|
||||||
push es
|
push es
|
||||||
push di
|
push 0100h
|
||||||
push 7202h
|
push 7202h
|
||||||
popf
|
popf
|
||||||
push es
|
push es
|
||||||
|
@ -802,9 +805,9 @@ nocarry:
|
||||||
pop si dx bx ax
|
pop si dx bx ax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
;============projfile (Fonction 4)===============
|
;============projfile (Fonction 17)===============
|
||||||
;Charge le fichier ds:si sur un bloc mémoire->ecx taille es:di
|
;Charge le fichier ds:si sur un bloc mémoire -> ecx taille -> es bloc
|
||||||
;-> AH=4
|
;-> AH=17
|
||||||
;<- Flag Carry si erreur
|
;<- Flag Carry si erreur
|
||||||
;=====================================================
|
;=====================================================
|
||||||
projfile:
|
projfile:
|
||||||
|
|
Loading…
Reference in New Issue