Re: [cc65] Read only data seg ( atari )

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-03-26 18:49:59
On Thu, Mar 26, 2009 at 08:43:20AM -0700, Winslow, Dan D (US SSA) wrote:
> My question relates to the read-only-data segment. I find if I have a
> definition like :

Please send me a (small!) compilable example by email.

> So, am I not understanding something about the way the rodataseg gets
> handled or is it something else?

The only special thing about the rodata segment is that the compiler generates
it by default and the assembler has a notation for it (.RODATA). Apart from
that it's just like any other segment. Especially for the linker, all segments
are equal. It doesn't know (and doesn't need to know) which one was called
"rodata" in any of the generator tools.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
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 Mar 26 18:52:17 2009

This archive was generated by hypermail 2.1.8 : 2009-03-26 18:52:19 CET