On 2013-01-29, at 13:06, Oliver Schmidt wrote: >> What happens when there is more than one segment with different load/run addresses and define attribute set to true? > > Answer A: Nothing. > > Answer B: Assuming that you're wondering about symbols defined > multiple times: The name of the segment is part of the symbol created. > So __DATA_LOAD__ refers to the load addr of the segment DATA. I was more wondering about what values will be assigned to those symbols as multiple definition is out of question ;-) So - now correct me if I am wrong: __DATA_LOAD__ refers only to .segment "DATA" aka .data. And if I have a segment called "FOO" then setting attribute "define" to true will define symbols like __FOO_LOAD__. True or not? -- SD!---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue Jan 29 13:15:05 2013
This archive was generated by hypermail 2.1.8 : 2013-01-29 13:15:09 CET