Changeset 146 in xtideuniversalbios for trunk/Assembly_Library/Inc/BiosFunctions.inc


Ignore:
Timestamp:
Mar 18, 2011, 8:20:55 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Added INTPACK macros.
File:
1 edited

Legend:

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

    r141 r146  
    66; BIOS interrupts
    77BIOS_VIDEO_INTERRUPT_10h        EQU     10h
     8BIOS_DISK_INTERRUPT_13h         EQU     13h
    89BIOS_SYSTEM_INTERRUPT_15h       EQU     15h
    910BIOS_KEYBOARD_INTERRUPT_16h     EQU     16h
     
    1819TELETYPE_OUTPUT                 EQU     0Eh
    1920
     21; BIOS disk functions
     22GET_DRIVE_PARAMETERS            EQU     08h
     23GET_DISK_TYPE                   EQU     15h
     24
    2025; BIOS keyboard functions
    2126GET_KEYSTROKE                   EQU     00h
Note: See TracChangeset for help on using the changeset viewer.