hugova
|
3a5a16cc06
|
add pixel_calc that does the same as picel_draw without the drawing pixel part
|
2025-07-14 12:24:35 +02:00 |
|
hugova
|
d09f417a49
|
optimise memset and pixel draw!
|
2025-07-13 23:56:14 +02:00 |
|
hugova
|
5a35ead4dd
|
cleanup test utch that they can run cleanly after each other
|
2025-07-13 22:06:31 +02:00 |
|
hugova
|
846d792aee
|
Add extended testing of pixel_draw and fix a pixel_draw bugg (error of max 8px)
|
2025-06-28 20:12:58 +02:00 |
|
hugova
|
9a06f770c2
|
add general multiplication implementation
|
2025-05-16 11:11:21 +02:00 |
|
hugova
|
3295b71f6b
|
make char_draw faster using lookup-table
|
2025-05-12 12:21:18 +02:00 |
|
hugova
|
55e63ff627
|
optimise away constant by adding it to lookup-table
|
2025-05-12 02:24:55 +02:00 |
|
hugova
|
d34d25ce9f
|
reduce 2 into 1 instruction in pixel_draw.s
|
2025-05-12 02:06:26 +02:00 |
|
hugova
|
65905fa7e7
|
optimise pixel draw using lookup table
|
2025-05-12 01:44:00 +02:00 |
|
hugova
|
c2a4ff416d
|
fix comment and fix syntax
|
2025-05-11 20:45:11 +02:00 |
|
hugova
|
017a337180
|
make pixel drawing faster using lookup table
|
2025-05-11 20:00:48 +02:00 |
|
hugova
|
83793035ad
|
add use of ARGVEC see public.inc
|
2025-05-08 23:05:38 +02:00 |
|
hugova
|
9b5fd7d6e5
|
limit pixel_draw to only write pixel with 0 - 255 x_pos
|
2025-05-08 23:05:38 +02:00 |
|
hugova
|
3e063e9aaf
|
move pixel-draw code
|
2025-05-08 21:41:46 +02:00 |
|