Re: [cc65] .cpu none?

From: Groepaz <groepaz1gmx.net>
Date: 2004-05-10 16:22:37
On Monday 10 May 2004 16:12, Ullrich von Bassewitz wrote:

> ---------------------------------------------------------------------------
>- .macro  foo     arg1, arg2
>         .if     .match({.left(1, {arg1})},{(}) .and .match({arg2}, {x)})
>                 .out    "(zp,x)"
>         .else
>                 .out    "Something else"
>         .endif
> .endmacro
>
>         foo     (zp,x)          ; "(zp,x)
>         foo     (zp),y          ; "Something else"
>         foo     zp              ; "Something else"
> ---------------------------------------------------------------------------
>-
>
> Any feedback regarding the new code is appreciated.

cool.... gotta check that as soon as possible, might take some time though....
busy with some other stuff atm :=)

gpz

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon May 10 16:20:58 2004

This archive was generated by hypermail 2.1.8 : 2004-05-10 16:21:04 CEST