Changeset 422 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus
- Timestamp:
- May 12, 2012, 1:58:25 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrintCfg.asm
r421 r422 56 56 ;-------------------------------------------------------------------- 57 57 .PushAddressingMode: 58 ACCESSDPT__GET_UNSHIFTED_ ADDRESS_MODE_TO_AXZF58 ACCESSDPT__GET_UNSHIFTED_TRANSLATE_MODE_TO_AXZF 59 59 ;; 60 60 ;; This multiply both shifts the addressing mode bits down to low order bits, and … … 62 62 ;; with AL clear, and so we exchange AL and AH after the multiply for the final result. 63 63 ;; 64 mov cx, g_szAddressingModes_Displacement << (8- ADDRESSING_MODE_FIELD_POSITION)64 mov cx, g_szAddressingModes_Displacement << (8-TRANSLATEMODE_FIELD_POSITION) 65 65 mul cx 66 66 xchg al, ah ; AL = always zero after above multiplication … … 132 132 ;-------------------------------------------------------------------- 133 133 .PushResetStatus: 134 %ifdef MODULE_ADVANCED_ATA 135 mov al, [di+DPT_ADVANCED_ATA.bInitError] 134 mov al, [di+DPT.bInitError] 136 135 push ax 137 %else138 ePUSH_T ax, 0139 %endif140 136 141 137 ;;; fall-out to BootMenuPrint_HardDiskRefreshInformation.
Note:
See TracChangeset
for help on using the changeset viewer.