|
|
| version 1.2, 2004/03/31 19:23:38 | version 1.4, 2004/04/14 16:35:53 |
|---|---|
| Line 61 section .table start=0x040 | Line 61 section .table start=0x040 |
| dw sendeoi ; 10 | dw sendeoi ; 10 |
| dw sendeoi ; 11 | dw sendeoi ; 11 |
| dw bios12 ; 12 | dw bios12 ; 12 |
| dw bios13 ; 13 | dw vect13 ; 13 |
| dw sendeoi ; 14 | dw sendeoi ; 14 |
| dw sendeoi ; 15 | dw sendeoi ; 15 |
| dw sendeoi ; 16 | dw sendeoi ; 16 |
| dw sendeoi ; 17 | dw sendeoi ; 17 |
| dw bios18 ; 18 | dw vect18 ; 18 |
| dw bios19 ; 19 | dw bios19 ; 19 |
| dw vect1a ; 1a | dw vect1a ; 1a |
| dw bios1b ; 1b | dw bios1b ; 1b |
| Line 103 bios12: nop ; 90 | Line 103 bios12: nop ; 90 |
| bios13: nop ; 94 | bios13: nop ; 94 |
| iret | iret |
| align 4 | vect18: sti |
| clc | |
| bios18: nop ; 98 | bios18: nop ; 98 |
| iret | iret |
| Line 140 biosfdcwait: nop ; b4 | Line 141 biosfdcwait: nop ; b4 |
| %include 'vect02.x86' | %include 'vect02.x86' |
| %include 'vect08.x86' | %include 'vect08.x86' |
| %include 'vect09.x86' | %include 'vect09.x86' |
| %include 'vect13.x86' | |
| %include 'vect1a.x86' | %include 'vect1a.x86' |
| %include 'vect1f.x86' | %include 'vect1f.x86' |