Re: [cc65] Macro/asm problem

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-05-28 17:04:49
Hi!

On Fri, May 28, 2004 at 10:51:41AM -0400, Keates, Mark wrote:
> Just a thought... couldn't the macro create its own 'scope'
> and so allowing the label to be re-used many times within
> the current scope?

No. The macro could create a C scope, but this doesn't help, because a C scope
doesn't create an assembler scope. And creating an assembler scope directly
(by emitting .scope) is something that is not possible with the inline
assembler.

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 Fri May 28 17:04:53 2004

This archive was generated by hypermail 2.1.8 : 2004-05-28 17:05:01 CEST