From: Groepaz (groepaz_at_gmx.net)
Date: 2003-04-24 03:03:32
mmh... a recursive macro like
.macro pcpagealign
.ifconst (*)
.if (((*)&$ff)=$00)
.exitmacro
.endif
.byte $00
pcpagealign
.else
.align $100
.word $0000
.endif
.endmacro
will give me an "if nesting to deep"...must be a problem with exiting the
macro from within the if statement :=) (ah the workaround is to use repeat
instead ofcoz... that macro must be oldish :=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.
This archive was generated by hypermail 2.1.3 : 2003-04-24 16:21:31 CEST