User Tools

Site Tools


development:csdk:2.0:codebanks

This is an old revision of the document!


Putting code into the PROGx banks

To get more room for code, you can create a number of extra “PROG” banks as declared in project.json. Once you've created those banks, you'll need to mark your functions and variables to indicate when they live in a non-default bank.

Functions and const variables have different markers in the form of Compiler Pragmas that should be wrapped around their definitions. See the CC65 documentation for full details, but the important parts will be explained here as well.

development/csdk/2.0/codebanks.1732269344.txt.gz · Last modified: 2024/11/22 09:55 by clyde