Changeset 603 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Nov 6, 2020, 2:49:32 PM (4 years ago)
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/AssemblyLibrary.inc
r596 r603 21 21 22 22 ; Library dependencies 23 %ifdef INCLUDE_MENU_LIBRARY orINCLUDE_MENU_DIALOGS ; To prevent warnings with Nasm 2.13.xx23 %ifdef INCLUDE_MENU_LIBRARY OR INCLUDE_MENU_DIALOGS ; To prevent warnings with Nasm 2.13.xx 24 24 %include "Menu.inc" 25 25 %include "MenuEvents.inc" -
trunk/Assembly_Library/Inc/BiosFunctions.inc
r601 r603 5 5 6 6 ; BIOS interrupts 7 BIOS_SYSTEM_TIMER_TICK_INTERRUPT_08h EQU 08h 7 8 BIOS_VIDEO_INTERRUPT_10h EQU 10h 8 9 BIOS_EQUIPMENT_INTERRUPT_11h EQU 11h … … 13 14 BIOS_BOOT_LOADER_INTERRUPT_19h EQU 19h 14 15 BIOS_TIME_PCI_PNP_INTERRUPT_1Ah EQU 1Ah 15 BIOS_ SYSTEM_TIMER_TICK_INTERRUPT_1ChEQU 1Ch16 BIOS_USER_TIMER_TICK_INTERRUPT_1Ch EQU 1Ch 16 17 BIOS_DISKETTE_INTERRUPT_40h EQU 40h 17 18 HD0_DPT_POINTER_41h EQU 41h
Note:
See TracChangeset
for help on using the changeset viewer.