feat: ajout d'un retour far au début du programme pour éviter le plantage a l'exécution
This commit is contained in:
parent
630a9b95d2
commit
50ac83fe99
|
@ -14,6 +14,7 @@ start:
|
|||
header exe <"CE",1,0,0,,,,offset realstart>
|
||||
|
||||
realstart:
|
||||
retf
|
||||
|
||||
PNP_ADR_PORT equ 0x279
|
||||
PNP_WRITE_PORT equ 0xA79
|
||||
|
|
Loading…
Reference in New Issue