Re: [cc65] Emitting data into segments defined in an interleaved way, while maintaining addresses?

From: David Schmidt <david1attglobal.net>
Date: 2012-08-24 02:16:29
On 8/23/2012 5:10 PM, Ullrich von Bassewitz wrote:
> What I would look for is a .ORG statement somewhere. This would explain what
> you're seeing.

Confirmed.  Without an .org, it assembles and links correctly.  The 
tradeoff is that I get a lot of "rr rr" addresses in the listing, which 
makes debugging on the iron more difficult, since resolving those rr's 
to real addresses takes more steps.  I may do two assemblies - once to 
get the listing, and the second time to get the real output.

- David
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Aug 24 02:16:40 2012

This archive was generated by hypermail 2.1.8 : 2012-08-24 02:16:43 CEST