Commit graph

12 commits

Author SHA1 Message Date
8293982246 Updated docs to reflect modern POKE and POKEW syntax 2026-07-12 18:29:17 +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
2d2d665ebd Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00
b614bcb043 Added the WORD <name> = @<label | variable> syntax. Initializes a WORD variable with the address of (pointer to) that symbol. 2026-02-24 23:04:58 +01:00
8e66e95c90 Updated starlark info in docs 2026-02-11 15:54:46 +01:00
104e950d63 Updated docs to describe new SCRIPT blocks including macros 2026-02-11 14:06:09 +01:00
d717002b27 Updated FOR loop to do check at NEXT instead of at FOR handling edge cases 255 and 65536 better. Removed STEP 2026-01-11 14:45:15 +01:00
4319373828 Updated language guide slightly 2025-12-19 19:44:13 +01:00
b54183aab4 Added claude code docker setup for project. Added language guide. 2025-12-19 19:26:56 +01:00