This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
base:fastest_multiplication [2017-04-19 10:28] repose |
base:fastest_multiplication [2021-02-23 04:49] (current) strobe fix typo in example usage |
||
---|---|---|---|
Line 57: | Line 57: | ||
sta y0 | sta y0 | ||
sta y1 | sta y1 | ||
- | jsr maketables | + | jsr makesqrtables |
jsr umult16 | jsr umult16 | ||
;result should be $fffe0001, e.g. as viewed with a typical m 0080 monitor command: | ;result should be $fffe0001, e.g. as viewed with a typical m 0080 monitor command: |