Changeset 147 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Mar 19, 2011, 8:08:06 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Added more BIOS function equates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/BiosFunctions.inc

    r146 r147  
    99BIOS_SYSTEM_INTERRUPT_15h       EQU     15h
    1010BIOS_KEYBOARD_INTERRUPT_16h     EQU     16h
     11BIOS_DISKETTE_INTERRUPT_40h     EQU     40h
    1112
    1213
     
    2324GET_DISK_TYPE                   EQU     15h
    2425
     26; BIOS system functions
     27OS_HOOK_DEVICE_BUSY             EQU     90h
     28OS_HOOK_DEVICE_POST             EQU     91h
     29
    2530; BIOS keyboard functions
    2631GET_KEYSTROKE                   EQU     00h
Note: See TracChangeset for help on using the changeset viewer.