Commit graph

13 commits

Author SHA1 Message Date
hugova
2caf71d8fe add more linetests for debuging 2025-07-17 13:49:24 +02:00
hugova
5a35ead4dd cleanup test utch that they can run cleanly after each other 2025-07-13 22:06:31 +02:00
hugova
87fd6a1b9d make memset work more like c:s implementation. 2025-05-15 17:05:28 +02:00
hugova
83793035ad add use of ARGVEC see public.inc 2025-05-08 23:05:38 +02:00
hugova
737ebbbe51 Add more skeleton code for future triangle drawing 2025-05-01 16:17:42 +02:00
hugova
a7031b7418 Changed test to stop writing outside of the screen 2025-04-28 14:14:06 +02:00
hugova
7f56f90613 Changed 16-bit value syntax from using > and < in addresses to using +1.
This was recomended by dicander and duunqnd because  A =$ABAC
looks like one address and not 2 zero-page addresses.
2025-04-28 12:56:52 +02:00
hugova
0fd76b862a Clear screen grafic the correct way 2025-04-03 00:18:09 +02:00
hugova
c288254f1f Change scope and add init files 2025-03-31 00:10:51 +02:00
hugova
b3887a8e0d Rename memory operation and create files for later text drawing stuff 2025-03-27 21:12:40 +01:00
hugova
4497026d95 Rewrite start condition of line_down so that it start on exaktly the right pixel 2025-03-25 19:20:23 +01:00
hugova
a617d91183 Change 4 spaces indenting to 8 and add string for emacs to understand indenting rules 2025-03-09 23:43:59 +01:00
hugova
89c2b42bfe Reorginisation of line-drawing code. Also added a macro to benchmark line drawing logic. Addition of line_test_time to benchmark line drawing time (Do not work yet) 2025-03-04 23:01:57 +01:00