[cc65] assembler bug?

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-09-21 19:23:55


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:

.if 0
  ...
  Operation:  A /\ M -> A                               N V - B D I Z C
  ...
.endif

(it doesnt like the backslash here)

and:

.if 0
  ...
  | (Abs.Indirect) |   JMP ($FFFF)         |   $6C   |    3    |    5     |
  ...
.endif

(it doesnt like the dot here)


mmmmh....i could maybe understand why the problem with the backslash, but the 
dot-thing is somewhat irritating :=P

gpz

----------------------------------------------------------------------
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-21 19:29:00 CEST