Changeset 489 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Size.asm
- Timestamp:
- Dec 13, 2012, 7:32:09 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Size.asm
r376 r489 18 18 ; 19 19 20 %ifdef INCLUDE_MENU_LIBRARY 20 21 struc BYTE_MULTIPLES 21 22 .B resb 1 … … 82 83 ret 83 84 .rgbMagnitudeToChar: db " kMGTP" 84 85 %endif 85 86 86 87 ;-------------------------------------------------------------------- … … 111 112 ret 112 113 113 114 114 ;-------------------------------------------------------------------- 115 115 ; Size_ConvertSectorCountInBXDXAXtoKiB … … 124 124 ;-------------------------------------------------------------------- 125 125 ALIGN UTIL_SIZE_JUMP_ALIGN 126 Size_ConvertSectorCountInBXDXAXtoKiB: 126 Size_ConvertSectorCountInBXDXAXtoKiB: ; unused entrypoint ok 127 127 Size_DivideBXDXAXbyTwo: 128 128 shr bx, 1 ; Divide sector count by 2...
Note:
See TracChangeset
for help on using the changeset viewer.