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