[ERROR]
A character string is expected at the end of a FCC, IFC or IFNC directive.
one: MACRO
IFC \1,""
DS.B 1
ELSE
DC.B \1
ENDIF
ENDM
one $42
Insert a character string at the requested position.
one: MACRO
IFC "\1",""
DS.B 1
ELSE
DC.B \1
ENDIF
ENDM
one $42