Changeset 104 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuText.asm


Ignore:
Timestamp:
Feb 2, 2011, 3:53:52 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some more optimizations.
  • Moved macros.inc from XTIDE Universal BIOS to Assembly Library.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuText.asm

    r67 r104  
    250250    call    MenuBorders_AdjustDisplayContextForDrawingBorders
    251251    mov     ax, cx
    252     call    MenuLocation_GetScrollbarCoordinatesToAXforItemInAX
     252
     253    call    MenuLocation_GetTextCoordinatesToAXforItemInAX
     254    add     al, [bp+MENUINIT.bWidth]
     255    sub     al, MENU_TEXT_COLUMN_OFFSET*2
    253256    CALL_DISPLAY_LIBRARY SetCursorCoordinatesFromAX
    254257
Note: See TracChangeset for help on using the changeset viewer.