From: Todd Elliott (eyeth_at_videocam.net.au)
Date: 2002-12-14 01:12:28
On Sat, 14 Dec 2002, Ullrich von Bassewitz wrote: > On Fri, Dec 13, 2002 at 11:52:02PM +0100, Maciej Witkowiak wrote: > > map_cc65 (name was chosen randomly) takes VICE label list and verbose > > map (both from ld65) as input and uses them to create a list for including in > > ca65 asm projects. It seems to have some problems on Win32. > Just out of curiosity: Could you elaborate this a little bit further? What are > you trying to do, and why is it not possible to use external symbols? > Hello, Ullrich von Bassewitz- Here's an example: I'm programming a graphics utility for Wheels called dotView. This is in pure assembly and I'm using ca65 and ld65 to do the work. Currently, dotView is broken up into two files; One for the main program itself and one for the 'Viewers' module. When I try to compile the source code files for the Viewers module and it references labels that are only found in the source code files comprising the main module, the cc65 suite fails to compile. What map_cc65 hopefully should do is to create an .INC (include) file containing all labels and their values of the main module; I'll use this include file for compiling and creating the Viewers module. So far it hasn't worked out. So, I had to assign hardcoded values to certain labels and use them in both modules. Enjoy. -- Todd Elliott ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-14 01:12:46 CET