Changeset 181 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r158 r181 85 85 ; AX, DX 86 86 ;-------------------------------------------------------------------- 87 PushBusType: 87 ;PushBusType: 88 cwd ; Clear DX using sign extension 88 89 xchg ax, bx ; Store BX to AX 89 90 eMOVZX bx, BYTE [cs:si+IDEVARS.bDevice] 90 91 mov bx, [cs:bx+rgwBusTypeValues] ; Char to BL, Int to BH 91 eMOVZX dx, bh92 mov dl, bh 92 93 push bx ; Push character 93 94 push dx ; Push 1, 8, 16 or 32
Note:
See TracChangeset
for help on using the changeset viewer.