Changeset 143 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm
- Timestamp:
- Mar 14, 2011, 5:24:48 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm
r130 r143 37 37 38 38 ;-------------------------------------------------------------------- 39 ; BootPrint_BootSectorResultStringFromAX40 ; Parameters:41 ; CS:AX: Ptr to "found" or "not found"42 ; Returns:43 ; Nothing44 ; Corrupts registers:45 ; AX, CX, SI, DI46 ;--------------------------------------------------------------------47 ALIGN JUMP_ALIGN48 BootPrint_BootSectorResultStringFromAX:49 push bp50 mov bp, sp51 ePUSH_T cx, g_szBootSector52 push ax ; "found" or "not found"53 mov si, g_szSectRead54 jmp BootMenuPrint_FormatCSSIfromParamsInSSBP55 56 57 ;--------------------------------------------------------------------58 39 ; BootPrint_FailedToLoadFirstSector 59 40 ; Parameters:
Note:
See TracChangeset
for help on using the changeset viewer.