hugova
|
350e014e3f
|
fix the banner of char_draw to the compiler
|
2025-05-15 17:36:34 +02:00 |
|
hugova
|
465996a2e6
|
used unsafe add to improve char_draw performance
|
2025-05-15 17:32:42 +02:00 |
|
hugova
|
c1a79b32b7
|
unroll loop for faster char-draw:s
|
2025-05-15 17:24:40 +02:00 |
|
hugova
|
3295b71f6b
|
make char_draw faster using lookup-table
|
2025-05-12 12:21:18 +02:00 |
|
hugova
|
2bab2a6c8a
|
change naming convention for one variable
|
2025-05-11 22:32:36 +02:00 |
|
hugova
|
c2e89a5487
|
make char.s use ARGVEC
|
2025-05-11 22:23:08 +02:00 |
|
hugova
|
09d7701c15
|
add test program for char_draw
|
2025-05-02 22:36:27 +02:00 |
|
hugova
|
ddd2057ff4
|
add hinting for user side compiler
|
2025-05-02 22:02:55 +02:00 |
|
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 |
|