Changeset 186 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
- Timestamp:
- Nov 15, 2011, 10:35:17 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r185 r186 21 21 ALIGN JUMP_ALIGN 22 22 BootMenuPrintCfg_ForOurDrive: 23 pop di24 23 mov si, g_szCfgHeader 25 24 call BootMenuPrint_NullTerminatedStringFromCSSIandSetCF 25 pop di 26 26 eMOVZX ax, BYTE [di+DPT.bIdevarsOffset] 27 27 xchg si, ax ; CS:SI now points to IDEVARS … … 91 91 mov al,g_szBusTypeValues_Displacement 92 92 mul BYTE [cs:si+IDEVARS.bDevice] 93 shr ax,1 93 94 shr ax,1 ; divide by 2 since IDEVARS.bDevice is multiplied by 2 95 94 96 add ax,g_szBusTypeValues 95 97 push ax
Note:
See TracChangeset
for help on using the changeset viewer.