Changeset 567 in xtideuniversalbios for trunk/Assembly_Library/Src/Util
- Timestamp:
- May 26, 2014, 1:25:15 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Size.asm
r526 r567 113 113 rcr si, 1 ; Update remainder 114 114 loop .ShiftLoop 115 eSHR_IM si, 6 ; Remainder to SI beginning 115 %ifdef USE_186 116 shr si, 6 ; Remainder to SI beginning 117 %else 118 mov cl, 6 119 shr si, cl 120 %endif 116 121 pop cx 117 122 inc cx ; Increment magnitude
Note:
See TracChangeset
for help on using the changeset viewer.