Re: [cc65] ca65 for stand-alone asm projects

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-11-06 13:34:24
On Fri, Nov 05, 2010 at 11:30:13PM -0300, Daniel Serpell wrote:
> Attached is a patch that adds a new target, named
> "atari-asm" with this simple header and linker config
> file.

This is basically the sort of thing suggested by Oliver. What I don't like
about your approach is that it generates a completely new target that shares
most things with the existing atari target. As Oliver has pointed out, most
things can be done by using the "extra directory" stuff already implemented.
The command line would become slightly longer but that's bearable I think.

> The problem is that I couldn't force the linker to always
> import a symbol, so you have to still add to your
> assembly files the directive "forceimport _header".

Being able to force a symbol import by linker config would solve that problem.
I don't remember if I had already looked into that or not.

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 Sat Nov 6 13:34:34 2010

This archive was generated by hypermail 2.1.8 : 2010-11-06 13:34:37 CET