Commit graph

14 commits

Author SHA1 Message Date
9f24408a0b Added pragma to control number of steps in scripts and macros. Now that we support file loading some scripts might need more steps to process images or whatnot. 2026-06-12 15:12:34 +02:00
b2e9e3dc17 Added file loading (bin, text files) into SCRIPTS 2026-06-12 14:48:33 +02:00
411106ea36 Added pragma _P_ASM_AFTER_VARS to control is ASM blocks should be generated after everything else (vars and string constants) 2026-04-17 23:01:42 +02:00
0357df9873 Added right and left shift operators 2026-04-15 01:29:38 +02:00
652e147298 Added functionality to cull unused functions (by pragma _P_REMOVE_UNUSED) 2026-04-13 19:57:16 +02:00
51b9476a85 Fixed disabling some pragmas and test to go with them 2026-04-13 16:02:16 +02:00
2d2d665ebd Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00
104e950d63 Updated docs to describe new SCRIPT blocks including macros 2026-02-11 14:06:09 +01:00
ec2ba65881 Yet another fix 2025-11-21 17:05:21 +01:00
062c909017 Updated #DEFINE doc to reflect current behavior. 2025-11-21 17:04:11 +01:00
834548d7b9 Doc fixes 2025-11-21 09:34:41 +01:00
c6b3e619c3 Added xor (^) operator to constant expressions 2025-11-20 22:01:23 +01:00
364b08531b Fixed doc example 2025-11-20 21:52:07 +01:00
fe3d122258 Added initial documentation 2025-11-20 21:43:34 +01:00