> Say I want to make a MPASM macro that will be invoked as: > > MyMacro abc,xyz > > and will generate the following code: > > abcxyz equ 123 > > That is, it pastes its two arguments together to make a label. Is this > possible in MPASM? Unfortunately not. MPASM is particularly stupid in this regard. > But I only see the #v() form that would allow tokens to be > pasted together (with an intervening number). Yup, that's all you get. Yes, I think it sucks too. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu