[cc65] ca65

Date view Thread view Subject view

From: Stephan Lesch (lesch_at_dfki.de)
Date: 2003-12-31 00:06:30


Hi,

it seems there's something wrong with .ifblank as well:
Am I using it the right way?

Stephan

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

	ma 42, 43
	ma 44

noda_at_linux:~/roy/data2> ca65 test.s
a2 filled
a2 filled
noda_at_linux:~/roy/data2>
----------------------------------------------------------------------
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-31 00:06:56 CET