[cc65] Alignment

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-07-18 21:19:45


On Thu, Jul 18, 2002 at 12:02:01PM -0700, cbmnut_at_hushmail.com wrote:
> Did anyone see my message on fixing the align program, or else Uz hasn't
> gotten around to commenting..

Well, the real reason was that I refused to comment on this topic :-)

The whole "problem" is completely artificial. Or in other words, there is no
such problem.

ca65 can do alignment, it just needs one prerequisite to do so: The start
address of the binary must also be aligned. This is not more and not less than
other compiler packages need when doing alignment (groepaz is right when he
says that gas can do alignment, he forgot to tell that segments are aligned at
16 byte addresses for DOS and at full memory pages for most other operating
systems, so gas has the needed prerequisites).

If someone thinks that ca65 is doing something wrong, please try first to
understand how alignment is currently implemented and then tell me why you
cannot live with that. Until someone comes up with a real good reason why the
current implementation is unusable, I would prefer not to waste any more time
on this discussion.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-07-18 21:19:49 CEST