Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
- Timestamp:
- Oct 8, 2010, 3:44:05 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.