On Mon, 27 Aug 2018 07:45:08 -0400, Charles Mills wrote: >> making sure that you have allotted the maximum that any of them could need > >How would I make sure of that (other than by "hacking" the macros or by >doing a test assembly)?
MF_L_AREA DS 0D MACRO_1_L MACRO1 MF=L ORG MF_L_AREA MACRO_2_L MACRO2 MF=L ORG MF_L_AREA MACRO_3_L MACRO3 MF=L ORG , -- Tom Marchant