Changeset 334 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Mar 13, 2012, 5:29:34 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r294 r334 46 46 eCMOVE ax, cs ; Use segment address for JR-IDE/ISA 47 47 %endif 48 49 mov si, g_szDetectOuter ; Load SI with default wrapper string "IDE %s at %s: "50 48 51 49 push bp ; setup stack for call to … … 99 97 100 98 .pushAndPrintSerial: 101 mov si, g_szDetectOuterSerial ; Finally load SI with wrapper string "Serial %s on %s: "102 103 99 .pushAndPrint: 104 100 %endif … … 107 103 push ax ; Push high order digits, or port address, or N/A 108 104 push dx ; Push low order digit, or N/A 105 106 mov si, g_szDetectOuter ; Load SI with default wrapper string "IDE %s at %s: " 109 107 110 108 jmp short DetectPrint_BootMenuPrint_FormatCSSIfromParamsInSSBP_Relay
Note:
See TracChangeset
for help on using the changeset viewer.