cc65 now outputs AppleSingle files. These encapsulate both the executable program and its metadata such as its load address. AppleCommander can add such AppleSingle files to a disk image properly.
But to use these files with c2t, I first have to decode the file (applesingle file.as -o file) and then give the decoded file to c2t, telling it what load address to use.
Might c2t be enhanced to natively support AppleSingle input files so that manually specifying the load address would not be necessary?
cc65 now outputs AppleSingle files. These encapsulate both the executable program and its metadata such as its load address. AppleCommander can add such AppleSingle files to a disk image properly.
But to use these files with c2t, I first have to decode the file (
applesingle file.as -o file) and then give the decoded file to c2t, telling it what load address to use.Might c2t be enhanced to natively support AppleSingle input files so that manually specifying the load address would not be necessary?