User Tools

Site Tools


base:short_8bit_multiplication_16bit_product

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
base:short_8bit_multiplication_16bit_product [2020-08-29 23:12] djmipsbase:short_8bit_multiplication_16bit_product [2020-08-30 01:45] djmips
Line 1: Line 1:
 ====== Short 8bit * 8bit = 16bit multiply ====== ====== Short 8bit * 8bit = 16bit multiply ======
  
-A small multiplication routine using the ancient egyptian multiplication algorithm. Factors should be stored in the FAC1 and FAC2 variables, the product can be found in Akku (high byte) and the X-Register (low byte). FAC1 will be destroyed. FAC2 is modified to FAC2-1. No tables required. Mod by djmips to increase performance but increased by one byte in size. There is an unwound version of this posted separately.+A small multiplication routine using the ancient egyptian multiplication algorithm. Factors should be stored in the FAC1 and FAC2 variables, the product can be found in Akku (high byte) and the X-Register (low byte). FAC1 will be destroyed. FAC2 is modified to FAC2-1. No tables required. Mod by djmips to increase performance but increased by one byte in size. There is an unwound version of this posted separately. The original version of this routine is published in CALL APPLE, JUNE 1983, P45-48.
  
 <code> <code>
base/short_8bit_multiplication_16bit_product.txt · Last modified: 2020-08-30 01:52 by djmips