I want to include and play .sid files (music for C64 chiptunes) in a cc65 program. Usually sid-files contain a play routine that starts at $1000, how do I link this to my cc65-program? At the moment I compile my code with cc65 using this command:
cl65 -O -o C64test.prg -t c64 C64test.c