>yes it is easy: >the macros can even take parameters. >..... That is not what I meant: I want a #define-style macro to translate to mutiple lines, one of which would be the beginning (or end) of a label-MACRO-args style macro. something like: #define procedure(name) \ name macro #define endproc(name) \ endm > regards, > Wouter. > >