[cc65] ca65 crashes

Date view Thread view Subject view

From: Stephan Lesch (lesch_at_dfki.de)
Date: 2003-12-30 23:20:56


Hello Uz,

I'm also having a problem with ca65 :)
(I'm using Suse 7.3, gcc 2.95.3) - could it have to do with the
.blank function?

The following source produces the error - do you find any errors in
the source?

Anyway, happy new year :)
Stephan

.macro ma a1, a2
       .if .blank(a2)
       .out "a2 empty"
       .else
       .out "a2 filled"
       .endif
.endmacro

        ma 42, 43
        ma 44

noda_at_linux:~/roy/data2> ca65 test.s
Speicherzugriffsfehler

----------------------------------------------------------------------
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-12-30 23:21:09 CET