Replies: 1 comment 1 reply
-
The compiler uses the BASIC range of zero page per default for its temporaries etc. Zero page variables are allocated in the zeropage region. You can redefine this region (see sample above) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I'm using a SID FX Sound tool to integrate sound effects (https://agpx.itch.io/sid-sfx-editor) Basically it works but in some cases I get some random effects. The tool generates a small byte code player I can execute, I can define 4 zeropage addresses for the player (default 252-255).I think the zeropages are in conflict somehow. Which 4 zeropage address could I use or can I reserve it?
Beta Was this translation helpful? Give feedback.
All reactions