Changeset 147 in xtideuniversalbios
- Timestamp:
- Mar 19, 2011, 8:08:06 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/BiosFunctions.inc
r146 r147 9 9 BIOS_SYSTEM_INTERRUPT_15h EQU 15h 10 10 BIOS_KEYBOARD_INTERRUPT_16h EQU 16h 11 BIOS_DISKETTE_INTERRUPT_40h EQU 40h 11 12 12 13 … … 23 24 GET_DISK_TYPE EQU 15h 24 25 26 ; BIOS system functions 27 OS_HOOK_DEVICE_BUSY EQU 90h 28 OS_HOOK_DEVICE_POST EQU 91h 29 25 30 ; BIOS keyboard functions 26 31 GET_KEYSTROKE EQU 00h
Note:
See TracChangeset
for help on using the changeset viewer.