Changeset 568 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu
- Timestamp:
- Dec 21, 2014, 5:37:53 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrintCfg.asm
r550 r568 56 56 ;-------------------------------------------------------------------- 57 57 .PushAddressingMode: 58 ACCESSDPT__GET_UNSHIFTED_TRANSLATE_MODE_TO_AXZF 58 mov al, [di+DPT.bFlagsLow] 59 and ax, BYTE MASKL_DPT_TRANSLATEMODE 59 60 ;; 60 61 ;; This multiply both shifts the addressing mode bits down to low order bits, and … … 107 108 eCMOVZ ah, [di+DPT_ATA.bDevice] ; DPT_ATA contains up to date device information for IDE drives 108 109 %ifdef USE_UNDOC_INTEL 109 eSALC; Clear AL using CF (from TEST above)110 salc ; Clear AL using CF (from TEST above) 110 111 eAAD g_szDeviceTypeValues_Displacement 111 112 %else
Note:
See TracChangeset
for help on using the changeset viewer.