Changeset 104 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuText.asm
- Timestamp:
- Feb 2, 2011, 3:53:52 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuText.asm
r67 r104 250 250 call MenuBorders_AdjustDisplayContextForDrawingBorders 251 251 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 253 256 CALL_DISPLAY_LIBRARY SetCursorCoordinatesFromAX 254 257
Note:
See TracChangeset
for help on using the changeset viewer.