Changeset 101 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPage.asm


Ignore:
Timestamp:
Jan 31, 2011, 7:03:22 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some minor size optimizations to Display Library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/DisplayPage.asm

    r41 r101  
    1 ; File name     :   DisplayPage.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   26.6.2010
    4 ; Last update   :   3.7.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for managing display page.
    73
     
    6359    mov     ah, SELECT_ACTIVE_DISPLAY_PAGE
    6460    int     BIOS_VIDEO_INTERRUPT_10h
    65 ALIGN JUMP_ALIGN, ret
    6661.Return:
    6762    ret
Note: See TracChangeset for help on using the changeset viewer.