mattiashz
  • Joined on 2023-05-07
mattiashz pushed to main at mattiashz/c65gm 2026-08-21 21:42:58 +02:00
97c976c218 Improved peephole optimizer. Sending an output asm format to optimizer with kept info about asm source (generated, script or asm block)
mattiashz pushed to main at mattiashz/c65gm 2026-08-01 02:37:27 +02:00
7d5d0ac7f3 More BYTE REGISTER fixes.
mattiashz pushed to main at mattiashz/c65gm 2026-08-01 02:01:23 +02:00
471f33fcd0 Fixed bug in BYTE REGISTER. Made POINTER use one register
mattiashz pushed to main at mattiashz/vice-mcp 2026-07-22 22:47:41 +02:00
d9d09a4c02 More protocol fixes for debug
mattiashz pushed to main at mattiashz/vice-mcp 2026-07-22 22:20:01 +02:00
3a94ad3a01 Working with DeepSeek trying to get debugging working
mattiashz pushed to main at mattiashz/vice-mcp 2026-07-19 23:11:06 +02:00
c6abc564ff Fix saveSnapshot: add missing SR and SD body bytes for VICE Dump command
mattiashz pushed to main at mattiashz/vice-mcp 2026-07-19 22:54:54 +02:00
1bea1deba9 Fix register parsing (VICE binary protocol v2 format), getDisplay ensureStopped race, getPalette missing VC body
mattiashz created branch main in mattiashz/vice-mcp 2026-07-19 22:49:59 +02:00
mattiashz created repository mattiashz/vice-mcp 2026-07-19 22:49:50 +02:00
mattiashz pushed to main at mattiashz/c65gm 2026-07-16 20:59:38 +02:00
f0bf290bac Improved dead store optimization
mattiashz pushed to main at mattiashz/c65gm 2026-07-14 19:20:33 +02:00
b49ba67aac Added BYTE REGISTER to docs and to editor syntaxes
mattiashz pushed to main at mattiashz/c65gm 2026-07-14 17:19:49 +02:00
501f58a968 Added keyword REGISTER for local BYTE variables to help a new optimization mode
mattiashz pushed to main at mattiashz/c65gm 2026-07-12 19:31:42 +02:00
11cc5f220b Fixed up docs to reflect reality and for examples to work.
mattiashz pushed to main at mattiashz/c65gm 2026-07-12 18:51:34 +02:00
8087aafc32 Fixed IRQ demo
mattiashz pushed to main at mattiashz/c65gm 2026-07-12 18:29:22 +02:00
8293982246 Updated docs to reflect modern POKE and POKEW syntax
mattiashz pushed to main at mattiashz/c65gm 2026-07-05 23:47:15 +02:00
3d94dde5ea Fixed up POKE and POKEW ,-syntax
mattiashz pushed to main at mattiashz/c65gm 2026-07-03 17:07:45 +02:00
cf01db5e28 Fixed reported Starlark error line numbers to reflect the source files.
mattiashz pushed to main at mattiashz/c65gm 2026-06-12 16:06:10 +02:00
a1c9e16abe Fixed up so trying to read (from script) symlinks outside project folder result in error
mattiashz pushed to main at mattiashz/c65gm 2026-06-12 15:12:38 +02:00
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.
mattiashz pushed to main at mattiashz/c65gm 2026-06-12 14:48:36 +02:00
b2e9e3dc17 Added file loading (bin, text files) into SCRIPTS