Changeset 103 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Bit.asm
- Timestamp:
- Feb 2, 2011, 1:33:48 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Util/Bit.asm
r41 r103 1 ; File name : Bit.asm2 1 ; Project name : Assembly Library 3 ; Created date : 3.9.20104 ; Last update : 3.9.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for bit handling. 7 3 … … 51 47 shr ax, 1 52 48 jz SHORT .LastBitInCF 53 adc c x, BYTE 049 adc cl, ch 54 50 jmp SHORT .BitScanLoop 55 51 ALIGN JUMP_ALIGN 56 52 .LastBitInCF: 57 adc c x, BYTE 053 adc cl, ch 58 54 59 55 pop ax
Note:
See TracChangeset
for help on using the changeset viewer.