This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
base:8bit_atan2_using_the_cordic_algorithm [2022-04-18 18:02] – oswald | base:8bit_atan2_using_the_cordic_algorithm [2022-04-18 20:29] (current) – Added heading and credits, to standardize. ftc | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 8bit_atan2_using_the_cordic_algorithm ====== | ||
+ | By Oswald | ||
+ | |||
64tass source below, it will calculate the angles for the default char screen and display them on it. it is possible to get more than 8 precise bit by increasing the angleslo/hi tables and running the loop as many times as many entries in the tables. 16 is too much, at that stage all bits are 0 in the angleslo/hi tables. | 64tass source below, it will calculate the angles for the default char screen and display them on it. it is possible to get more than 8 precise bit by increasing the angleslo/hi tables and running the loop as many times as many entries in the tables. 16 is too much, at that stage all bits are 0 in the angleslo/hi tables. | ||