Commit graph

10 commits

Author SHA1 Message Date
hugova
bfefcbff8f 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 13:06:57 +02:00
hugova
c288254f1f Change scope and add init files 2025-03-31 00:10:51 +02:00
hugova
be3e9582ba Let char_draw write with x and y pos 2025-03-29 15:24:21 +01:00
hugova
4f585183ce Rename text.s to char_draw for more consistent naming 2025-03-29 14:27:26 +01:00
hugova
6d859fba36 Make text faster 2025-03-29 14:25:17 +01:00
hugova
3dfbe05938 Spell macro Mult_16 with a upper character 2025-03-29 14:21:12 +01:00
hugova
1d4efe6725 Partialy implement text writing 2025-03-28 20:35:58 +01:00
hugova
c206f7205a Fix typo 2025-03-28 13:50:54 +01: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