Is it possible in MPASM to create a #define-macro which translates to - multiple lines of 'code', among which - a start-of-macro-definition (the "label MACRO parameter,..." type of macro) line I want to create #procedure(procname) and #endproc macros which (among other things) store the intervening lines as a macro definition. regards, Wouter.