Commit graph

7 commits

Author SHA1 Message Date
hugova
f17b332005 optimize code, no need to set Y after overflow 2025-05-15 17:39:43 +02:00
hugova
98ef4eaef0 remove unused instruction 2025-05-15 17:14:24 +02:00
hugova
87fd6a1b9d make memset work more like c:s implementation. 2025-05-15 17:05:28 +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
c288254f1f Change scope and add init files 2025-03-31 00:10:51 +02:00
hugova
0adbbaf12c Add memcpy and code skeleton for text.s 2025-03-28 12:05:11 +01:00
hugova
b3887a8e0d Rename memory operation and create files for later text drawing stuff 2025-03-27 21:12:40 +01:00
Renamed from wip-hugo/routines/memory/memory_rec.s (Browse further)