Hugo Ameln hugova
  • Former windows user

  • Joined on 2025-02-21
hugova pushed to main at Stacken/c64-livecoding 2025-03-30 17:25:32 +02:00
682a0f2fb9 Push performance improvement from line_down.s to line_up.s
hugova pushed to main at Stacken/c64-livecoding 2025-03-30 16:16:58 +02:00
9768287b86 Change macro here
1144fd01ca Rewrite macros to be more flexible
abcac12471 Add test for memcpy
Compare 3 commits »
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 22:07:42 +01:00
c0446ba5e2 Push performance improvements from line_down.s to line_*.s
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 21:50:35 +01:00
96d9bc4440 Improve performance of line_down from 837970 to 835768 (cpu cyceles of a test)
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 21:01:00 +01:00
963cc1b258 Improve performance of line-up.s in test cpu cykels got from 840893 to 840595
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 20:58:21 +01:00
bbf12a7ba2 Improve performance of line-up.s
147ceb73f2 Fix first pixel of, in all line_*
Compare 2 commits »
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 18:24:09 +01:00
d9fe32e8f3 Push performance improvments from line_down.s to line*.s
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 18:10:23 +01:00
08daa79e6a Improve line_down from 839904 to 837970 cykles in line_test_time
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 16:16:54 +01:00
46a52661b8 Propergate optimisations from line_down.s to the other line_*.s files
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 15:24:29 +01:00
be3e9582ba Let char_draw write with x and y pos
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 14:27:37 +01:00
4f585183ce Rename text.s to char_draw for more consistent naming
6d859fba36 Make text faster
Compare 2 commits »
hugova pushed to main at Stacken/c64-livecoding 2025-03-29 14:21:22 +01:00
3dfbe05938 Spell macro Mult_16 with a upper character
hugova pushed to main at Stacken/c64-livecoding 2025-03-28 20:36:06 +01:00
1d4efe6725 Partialy implement text writing
hugova pushed to main at Stacken/c64-livecoding 2025-03-28 17:45:39 +01:00
eb7b195cd2 Make STARTUP disable interupt
hugova pushed to main at Stacken/c64-livecoding 2025-03-28 16:51:38 +01:00
99a1f25c15 Disable CHAREN so cpu can get petscii
hugova pushed to main at Stacken/c64-livecoding 2025-03-28 13:51:09 +01:00
c206f7205a Fix typo
hugova opened issue Stacken/c64-livecoding#1 2025-03-28 12:18:47 +01:00
Wrong syntax of 16-bit value in zeropage
hugova pushed to main at Stacken/c64-livecoding 2025-03-28 12:05:30 +01:00
0adbbaf12c Add memcpy and code skeleton for text.s
hugova pushed to main at Stacken/c64-livecoding 2025-03-27 21:16:22 +01:00
b3887a8e0d Rename memory operation and create files for later text drawing stuff
hugova pushed to main at Stacken/c64-livecoding 2025-03-26 22:00:16 +01:00
801cd55541 Improved performance of line_down.s before loop.