Re: [cc65] assembler bug?

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-09-22 13:14:30


On Sun, Sep 21, 2003 at 07:23:55PM +0200, Groepaz wrote:
> mmmh, seems to be a little bug in the assembler.... in some source i created a
> lot of "block comments" by enclosing some text into .if 0/.endif ... the
> following gave me errors:

As with the C preprocessor, the input within �.if/.endif� must be valid
assembler tokens. So the bug is not within the assembler but in the docs,
where this is not mentioned.

What this means is that you cannot use �.if 0/.endif� to add comments to the
code.

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 : 2003-09-22 13:15:11 CEST