User Tools

Site Tools


base:fastest_multiplication_2023

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
base:fastest_multiplication_2023 [2024-02-13 08:07] reposebase:fastest_multiplication_2023 [2024-02-13 08:11] (current) – missing comments in first multiplication repose
Line 75: Line 75:
     ; set multiplicand as y0     ; set multiplicand as y0
     ldy y0     ldy y0
 +    
 +    ;x1y0l =  low(x1*y0)
 +    ;x1y0h = high(x1*y0)
     sec     sec
     lda (p_sqr_lo),y     lda (p_sqr_lo),y
base/fastest_multiplication_2023.txt · Last modified: 2024-02-13 08:11 by repose