Re: [cc65] Atari relocation format

From: steve-cc65 <steve-cc651arcadehacking.com>
Date: 2009-02-05 20:35:50
Winslow, Dan D (US SSA) wrote:
> The CC65 documentation mentions a .o65 relocation format, and that ‘the 
> assembler produces relocatable object files’. I don’t see any option for 
> producing .o65 files, and I was wondering if that format is the same as 
> the .o file format. 

http://www.cc65.org/doc/ld65-5.html#ss5.7

5.7 The FILES section

The FILES section is used to support other formats than straight binary 
(which is the default, so binary output files do not need an explicit 
entry in the FILES section).

The FILES section lists output files and as only attribute the format of 
each output file. Assigning binary format to the default output file 
would look like this:

         FILES {
             %O: format = bin;
         }

The only other available output format is the o65 format specified by 
Andre Fachat. It is defined like this:

         FILES {
             %O: format = o65;
         }

The necessary o65 attributes are defined in a special section labeled 
FORMAT.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Feb 5 20:36:00 2009

This archive was generated by hypermail 2.1.8 : 2009-02-05 20:36:01 CET