Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
- Timestamp:
- Mar 3, 2011, 6:43:50 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r116 r127 12 12 ; BootMenuPrintCfg_ForOurDrive 13 13 ; Parameters: 14 ; DS:DI: Ptr to DPT 14 ; DS: Segment to DPT 15 ; Stack: Offset to DPT 15 16 ; Returns: 16 17 ; Nothing … … 20 21 ALIGN JUMP_ALIGN 21 22 BootMenuPrintCfg_ForOurDrive: 23 pop di 22 24 mov si, g_szCfgHeader 23 25 call BootMenuPrint_NullTerminatedStringFromCSSIandSetCF … … 37 39 ; AX, DX, SI, DI 38 40 ;-------------------------------------------------------------------- 39 ALIGN JUMP_ALIGN40 41 PushAndFormatCfgString: 41 42 push bp … … 173 174 PrintValuesFromStack: 174 175 mov si, g_szCfgFormat 175 jmp BootMenuPrint_ NullTerminatedStringFromCSSIandSetCF176 jmp BootMenuPrint_FormatCSSIfromParamsInSSBP 176 177 177 178
Note:
See TracChangeset
for help on using the changeset viewer.