mirror of
https://github.com/Michaelangel007/apple2_russian_peasant_multiplication.git
synced 2024-12-21 14:30:06 +00:00
Clarify multiple bit shifts
This commit is contained in:
parent
9fad757dc8
commit
4675148878
@ -29,7 +29,7 @@ And enter in `123456789` * `987654321` respectively for A and B ...
|
|||||||
|
|
||||||
An alternative algorithm to implement multiplication using only:
|
An alternative algorithm to implement multiplication using only:
|
||||||
|
|
||||||
* bit-shift (left and right), and
|
* bit-shifts (left and right), and
|
||||||
* addition.
|
* addition.
|
||||||
|
|
||||||
Example of "traditional" multiplication:
|
Example of "traditional" multiplication:
|
||||||
|
Loading…
Reference in New Issue
Block a user