Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuBorders.asm
- Timestamp:
- Oct 12, 2010, 6:51:07 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuBorders.asm
r45 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 14.7.2010 4 ; Last update : 28.9.20104 ; Last update : 11.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for drawing menu borders. … … 50 50 MenuBorders_AdjustDisplayContextForDrawingBorders: 51 51 mov bl, ATTRIBUTES_ARE_USED 52 mov ax, MenuCharOut_Menu BorderTeletypeOutputWithAttribute52 mov ax, MenuCharOut_MenuTeletypeOutput 53 53 CALL_DISPLAY_LIBRARY SetCharOutputFunctionFromAXwithAttribFlagInBL 54 54 55 mov ax, bp55 call CharOutLineSplitter_GetFirstBorderLineColumnOffsetToAX 56 56 CALL_DISPLAY_LIBRARY SetCharacterOutputParameterFromAX 57 57
Note:
See TracChangeset
for help on using the changeset viewer.