feat: passage au format CE, offset a 0

This commit is contained in:
Nicolas Hordé 2004-11-19 17:23:06 +00:00
parent bd0268505f
commit 42725ead9a
17 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
.486
smart
.code
org 0100h
org 0h
start:
jmp tsr
db 'PIC8259A'

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:
jmp tsr ;Saute à la routine résidente

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:

View File

@ -2,7 +2,7 @@
.486
smart
.code
org 0100h
org 0h
start:
jmp tsr
drv db 'JOYSTICK',0

View File

@ -2,7 +2,7 @@
.486
smart
.code
org 0100h
org 0h
start:
jmp tsr
drv db 'LPT ',0

View File

@ -2,7 +2,7 @@
.486
smart
.code
org 0100h
org 0h
start:
jmp tsr
drv db 'MOUSE',0

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
include ..\include\pci.h

View File

@ -1,7 +1,7 @@
.model tiny
.386c
.code
org 0100h
org 0h
start:

View File

@ -1,7 +1,7 @@
.model tiny
.386c
.code
org 0100h
org 0h
start:

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
include ..\include\mem.h
include ..\include\divers.h

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:
mov eax,cr0

View File

@ -3,7 +3,7 @@
smart
.code
org 0100h
org 0h
start:
mov si,offset message

View File

@ -2,7 +2,7 @@
.486
smart
.code
org 0100h
org 0h
start:

View File

@ -1,7 +1,7 @@
.model tiny
.386c
.code
org 0100h
org 0h
start:

View File

@ -1,7 +1,7 @@
.model tiny
.386c
.code
org 0100h
org 0h
start: