mattiashz
  • Joined on 2023-05-07
mattiashz pushed tag v1.2 to mattiashz/c65gm 2026-05-24 13:36:38 +02:00
mattiashz pushed to main at mattiashz/c65gm 2026-05-24 13:36:38 +02:00
69dfd6c7c5 v1.2
mattiashz pushed to main at mattiashz/c65gm 2026-05-24 13:36:05 +02:00
a15592150c Improved and described release process.
mattiashz pushed tag v1.1 to mattiashz/c65gm 2026-05-24 13:31:59 +02:00
mattiashz pushed to main at mattiashz/c65gm 2026-05-24 13:31:59 +02:00
45799804da v1.1
mattiashz pushed to main at mattiashz/c65gm 2026-05-24 13:25:30 +02:00
33eccdb5cd Added release building script
mattiashz pushed to main at mattiashz/c65gm 2026-05-17 16:29:59 +02:00
f056377977 build_all script for examples and fixed warnings in examples about unused functions.
mattiashz pushed to main at mattiashz/c65gm 2026-05-17 16:23:18 +02:00
b6fce2a7f9 Fix pragma auto-removal for multi-FUNC groups sharing one FEND
mattiashz pushed to main at mattiashz/c65gm 2026-05-17 15:26:50 +02:00
8775ebaf43 Fixed multdiv demo and removed redundant demo
mattiashz pushed to main at mattiashz/c65gm 2026-05-17 15:04:18 +02:00
182c81b26a Added decimal output lib and used it in new multdivlib demo.
mattiashz pushed to main at mattiashz/c65gm 2026-05-16 19:46:24 +02:00
930e81573a Updated libsc.c65 and added multdivlib demo
mattiashz pushed to main at mattiashz/c65gm 2026-05-16 02:11:59 +02:00
a15d45a130 Add lib_mem_defrag and lib_mem_stats to memlib.c65 with demo
mattiashz pushed to main at mattiashz/c65gm 2026-05-16 01:29:43 +02:00
9720d00dcb Revert to previous working OpenCode
mattiashz pushed to main at mattiashz/c65gm 2026-05-14 21:51:27 +02:00
b095f78448 Assembler file is in the current dir not in temp
mattiashz pushed to main at mattiashz/c65gm 2026-04-17 23:01:49 +02:00
411106ea36 Added pragma _P_ASM_AFTER_VARS to control is ASM blocks should be generated after everything else (vars and string constants)
mattiashz pushed to main at mattiashz/solitaire-c64 2026-04-17 17:14:17 +02:00
20fc7f6bde Merge branch 'main' of git.techserio.com:mattiashz/solitaire-c64
b0f37ebce3 Fixed compile and start scripts for new version of c65gm
Compare 2 commits »
mattiashz pushed to main at mattiashz/solitaire-c64 2026-04-17 17:12:32 +02:00
2cc5be0297 Merge branch 'main' of git.techserio.com:mattiashz/solitaire-c64
c806c78728 Latest changes for new compiler features that remove unused funcs
Compare 2 commits »
mattiashz pushed to main at mattiashz/solitaire-c64 2026-04-17 17:07:29 +02:00
9fa81ccb38 Release was made on this commit
mattiashz pushed to main at mattiashz/c65gm 2026-04-17 16:53:44 +02:00
4a7a766aa8 Updated script_library_demo.c65 so it does at least something
mattiashz pushed to main at mattiashz/c65gm 2026-04-17 16:30:10 +02:00
ea45c9421e Simplified compile and start scripts in all examples