Ethiopian multiplication: Difference between revisions

Undo revision 79599 by 64.164.130.3 No attempt to use functions to halve, double, or test for evenness.
(Undo revision 79599 by 64.164.130.3 No attempt to use functions to halve, double, or test for evenness.)
Line 2,248:
 
;pretty small</lang>
 
 
===Smallest version===
 
<lang asm>mul bx</lang>
 
Because this is the algorithm used by the hardware itself!
Anonymous user