The Art of Assembly Language
3.8 For More Information
My book, The Art of Assembly Language , provides additional information on bit processing, including several algorithms for counting bits, reversing the bits in an object, merging two bit strings, coalescing sets of bits, and spreading bits out across some value. Please see that text for more details onthese low-level bit operations. Donald Knuth's The Art of Computer Programming, Volume Two: Seminumerical Algorithms provides a discussion of various arithmetic operations (addition, subtraction, multiplication, and division) that you may find of interest.
Категории