feat: passage au format CE, offset a 0
This commit is contained in:
parent
bd0268505f
commit
42725ead9a
|
@ -2,7 +2,7 @@
|
|||
.486
|
||||
smart
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
start:
|
||||
jmp tsr
|
||||
db 'PIC8259A'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
jmp tsr ;Saute à la routine résidente
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.486
|
||||
smart
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
start:
|
||||
jmp tsr
|
||||
drv db 'JOYSTICK',0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.486
|
||||
smart
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
start:
|
||||
jmp tsr
|
||||
drv db 'LPT ',0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.486
|
||||
smart
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
start:
|
||||
jmp tsr
|
||||
drv db 'MOUSE',0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
include ..\include\pci.h
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.model tiny
|
||||
.386c
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
|
||||
start:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.model tiny
|
||||
.386c
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
|
||||
start:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
include ..\include\mem.h
|
||||
include ..\include\divers.h
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
mov eax,cr0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
smart
|
||||
.code
|
||||
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
start:
|
||||
mov si,offset message
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.486
|
||||
smart
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
|
||||
start:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.model tiny
|
||||
.386c
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
|
||||
start:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.model tiny
|
||||
.386c
|
||||
.code
|
||||
org 0100h
|
||||
org 0h
|
||||
|
||||
|
||||
start:
|
||||
|
|
Loading…
Reference in New Issue