Changeset 592 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
- Timestamp:
- Jun 25, 2018, 10:29:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/BiosFile.asm
r589 r592 44 44 call FileIO_CloseUsingHandleFromBX 45 45 call DisplayFileLoadedSuccessfully 46 jmp SHORT .Return 46 pop ds 47 ret 47 48 48 49 .DisplayErrorMessage: 49 50 call FileIO_CloseUsingHandleFromBX 50 51 call DisplayFailedToLoadFile 51 ALIGN JUMP_ALIGN52 .Return:53 52 pop ds 54 53 ret … … 117 116 pop es 118 117 mov di, g_cfgVars+CFGVARS.szOpenedFile 118 %ifdef CLD_NEEDED 119 119 cld 120 %endif 120 121 call String_CopyDSSItoESDIandGetLengthToCX 121 122 clc
Note:
See TracChangeset
for help on using the changeset viewer.