c64-livecoding/wip-hugo/routines
2025-07-10 00:24:27 +02:00
..
arithmatic Fix incorrect user procedure declarations in assembly routines 2025-07-08 11:39:24 +02:00
circle 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
line make line drawing slightly faster, and make it a bit smaller 2025-07-01 20:11:18 +02:00
memory optimize away JMP instruction in mem logic 2025-05-15 17:43:23 +02:00
pixel Add extended testing of pixel_draw and fix a pixel_draw bugg (error of max 8px) 2025-06-28 20:12:58 +02:00
text add general multiplication implementation 2025-05-16 11:11:21 +02:00
triangle add hinting for user side compiler 2025-05-02 22:02:55 +02:00