Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/Assembly_Library/Src/Menu/Dialog
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm
r46 r48 2 2 ; Project name : Assembly Library 3 3 ; Created date : 6.8.2010 4 ; Last update : 1.10.20104 ; Last update : 7.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Common functions for many dialogs. … … 291 291 ALIGN JUMP_ALIGN 292 292 .RedrawDialogAreaAndWholeParentWindow: 293 push si 294 call MenuBorders_AdjustDisplayContextForDrawingBorders 295 pop si 293 296 mov al, SCREEN_BACKGROUND_ATTRIBUTE 294 297 CALL_DISPLAY_LIBRARY SetCharacterAttributeFromAL 295 call MenuLocation_GetTitleBordersTopLeftCoordinatesToAX296 CALL_DISPLAY_LIBRARY SetCursorCoordinatesFromAX297 298 mov ax, [bp+MENUINIT.wWidthAndHeight] 298 299 CALL_DISPLAY_LIBRARY ClearAreaWithHeightInAHandWidthInAL -
trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
r46 r48 260 260 mov bx, di 261 261 CALL_DISPLAY_LIBRARY PushDisplayContext 262 263 xchg ax, bx 264 mov bx, es 265 CALL_DISPLAY_LIBRARY SetCharacterPointerFromBXAX 266 mov bl, ATTRIBUTES_NOT_USED 267 mov ax, BUFFER_OUTPUT_WITH_CHAR_ONLY 268 CALL_DISPLAY_LIBRARY SetCharOutputFunctionFromAXwithAttribFlagInBL 262 CALL_DISPLAY_LIBRARY PrepareOffScreenBufferInESBXtoESDI 269 263 270 264 call .FormatFileOrDirectoryToBufferFromDTAinDSSI 271 265 272 266 CALL_DISPLAY_LIBRARY GetCharacterPointerToBXAX 273 mov es, bx274 267 xchg bx, ax 275 268 CALL_DISPLAY_LIBRARY PopDisplayContext -
trunk/Assembly_Library/Src/Menu/Dialog/DialogProgress.asm
r45 r48 33 33 ; Nothing 34 34 ; Corrupts registers: 35 ; AX, BX, DX, SI, DI35 ; AX, BX, CX, DX, SI, DI 36 36 ;-------------------------------------------------------------------- 37 37 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.