Changeset 621 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu
- Timestamp:
- Nov 21, 2021, 2:15:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuPrint.asm
r592 r621 123 123 .around: 124 124 125 mov ax, g_szFddSizeOr ; .PrintXTFloppyType125 mov ax, g_szFddSizeOr 126 126 test bl, bl ; Two possibilities? (FLOPPY_TYPE_525_OR_35_DD) 127 127 jz SHORT .PushAXAndOutput 128 128 129 mov al, (g_szFddUnknown - $$) & 0xff ; .PrintUnknownFloppyType129 mov al, (g_szFddUnknown - $$) & 0xff 130 130 cmp bl, FLOPPY_TYPE_35_ED 131 131 ja SHORT .PushAXAndOutput … … 218 218 219 219 .ConvertSectorCountInBXDXAXtoSizeAndPushForFormat: 220 call Size_ConvertSectorCountInBXDXAXtoKiB 220 221 ePUSH_T cx, g_szCapacityNum ; Push format substring 221 call Size_ConvertSectorCountInBXDXAXtoKiB222 222 mov cx, BYTE_MULTIPLES.kiB 223 223 call Size_GetSizeToAXAndCharToDLfromBXDXAXwithMagnitudeInCX
Note:
See TracChangeset
for help on using the changeset viewer.