Changeset 146 in xtideuniversalbios for trunk/Assembly_Library/Inc/BiosFunctions.inc
- Timestamp:
- Mar 18, 2011, 8:20:55 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/BiosFunctions.inc
r141 r146 6 6 ; BIOS interrupts 7 7 BIOS_VIDEO_INTERRUPT_10h EQU 10h 8 BIOS_DISK_INTERRUPT_13h EQU 13h 8 9 BIOS_SYSTEM_INTERRUPT_15h EQU 15h 9 10 BIOS_KEYBOARD_INTERRUPT_16h EQU 16h … … 18 19 TELETYPE_OUTPUT EQU 0Eh 19 20 21 ; BIOS disk functions 22 GET_DRIVE_PARAMETERS EQU 08h 23 GET_DISK_TYPE EQU 15h 24 20 25 ; BIOS keyboard functions 21 26 GET_KEYSTROKE EQU 00h
Note:
See TracChangeset
for help on using the changeset viewer.