Re: [cc65] Problem with .align

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2011-06-07 18:31:20
Hi!

On Tue, Jun 07, 2011 at 12:33:59PM +0300, thefox xofeht wrote:
> I'm having a problem using .align. I have the following code:

With exactly this code and config file, I get

foo                       008000  LA

Using

.segment "CODE1"
.res    $80
.align $400
foo:
.incbin "something.bin"
.export foo

I get

foo                       008400  LA

So all I can say is that it works for me:-) Seriously: If you didn't make a
mistake somewhere (old mapfile or whatever), the problem must be somewhere in
the stuff you haven't quoted. Can you send me a short code example that
reproduces the problem?

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 Tue Jun 7 18:31:26 2011

This archive was generated by hypermail 2.1.8 : 2011-06-07 18:31:28 CEST