Hi! On Thu, Apr 29, 2004 at 12:00:26PM +0200, carlos wrote: > What do i do, if i want to see from an assembly program, if several c macros are defined. Can i do something like this? No. C macros are not propagated to the assembler file. Since C macros are actually textual replacements that don't have an equivalent at the assembler level, this would not work anway. You need to find some other way. Passing the necessary defines on the command line, as suggested by groepaz, maybe an idea. 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 Thu Apr 29 13:40:22 2004
This archive was generated by hypermail 2.1.8 : 2004-04-29 13:40:29 CEST