Changeset 101 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/Display.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/Display.asm

    r67 r101  
    1 ; File name     :   Display.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   2.7.2010
    4 ; Last update   :   7.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Display Library functions for CALL_DISPLAY_LIBRARY macro
    73;                   that users should use to make library call.
     
    4945ALIGN JUMP_ALIGN
    5046.FormatNullTerminatedStringFromCSSI:
    51     pop     ax                  ; Discard return address to inside DisplayFunctionFromDI
     47    pop     ax                  ; Discard return address to inside Display_FunctionFromDI
    5248    call    DisplayPrint_FormattedNullTerminatedStringFromCSSI
    5349    mov     [VIDEO_BDA.displayContext+DISPLAY_CONTEXT.fpCursorPosition], di
Note: See TracChangeset for help on using the changeset viewer.