Changeset 141 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Mar 14, 2011, 3:49:50 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some inlining in Size.asm.
  • File Dialog can now enter in subdirectories starting with number.
File:
1 edited

Legend:

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

    r41 r141  
    1 ; File name     :   BiosFunctions.inc
    21; Project name  :   AssemblyLibrary
    3 ; Created date  :   25.6.2010
    4 ; Last update   :   24.7.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Defines for BIOS functions.
    73%ifndef BIOS_FUNCTIONS_INC
     
    1511
    1612; BIOS video functions
     13SET_VIDEO_MODE                  EQU     00h
    1714SET_TEXT_MODE_CURSOR_SHAPE      EQU     01h
    1815SET_CURSOR_POSITION             EQU     02h
Note: See TracChangeset for help on using the changeset viewer.