Changeset 189 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
- Timestamp:
- Nov 16, 2011, 6:29:32 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r120 r189 30 30 ; CS:AX: Ptr to "Master" or "Slave" string 31 31 ; CS:BP: Ptr to IDEVARS 32 ; SI: Ptr to template string 32 33 ; Returns: 33 34 ; Nothing … … 37 38 DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP: 38 39 push bp 39 mov si, [cs:bp+IDEVARS.wPort]40 mov di, [cs:bp+IDEVARS.wPort] 40 41 mov bp, sp 41 42 push ax ; Push "Master" or "Slave" 42 push si ; Push port number 43 mov si, g_szDetect 43 push di ; Push port number 44 44 jmp BootMenuPrint_FormatCSSIfromParamsInSSBP 45 45
Note:
See TracChangeset
for help on using the changeset viewer.