c64-livecoding/wip-hugo/routines/circle
2025-07-10 16:40:14 +02:00
..
circle.inc reduse zeropage usage of circle-draw 2025-07-10 16:28:17 +02:00
circle.s reduse SEC instruction from circle-draw 2025-07-10 16:40:14 +02:00
circle_test.s rewrite circle code, such that it works on all X and Y (and not only if rest(X /8)=0 and rest(Y/0)=0. This makes the code alot bigger because the same symetries cant be abused. 2025-07-10 00:24:27 +02:00
circle_test_position.s rewrite circle code, such that it works on all X and Y (and not only if rest(X /8)=0 and rest(Y/0)=0. This makes the code alot bigger because the same symetries cant be abused. 2025-07-10 00:24:27 +02:00
circle_test_size.s rewrite circle code, such that it works on all X and Y (and not only if rest(X /8)=0 and rest(Y/0)=0. This makes the code alot bigger because the same symetries cant be abused. 2025-07-10 00:24:27 +02:00