User Tools

Site Tools


base:8bit_multiplication_16bit_product_fast_no_tables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
base:8bit_multiplication_16bit_product_fast_no_tables [2020-04-09 21:33] – Added a main heading to the article ftcbase:8bit_multiplication_16bit_product_fast_no_tables [2020-08-30 01:44] djmips
Line 1: Line 1:
 ====== 8bit multiplication with 16bit product ====== ====== 8bit multiplication with 16bit product ======
  
-This code aims to be fast, but still to avoid the use of tables.+This code aims to be fast, without using tables.
  
 <code> <code>
Line 16: Line 16:
 ; total cycles best case = 97 ; total cycles best case = 97
 ; avg = 105 ; avg = 105
-; inner loop credits supercat+; inner loop credits Damon Slye CALL APPLE, JUNE 1983, P45-48.
  
 MUL: MUL:
base/8bit_multiplication_16bit_product_fast_no_tables.txt · Last modified: 2023-03-15 03:25 by djmips