Jonathan, isn't it the same as 

    ORG   *-&OFFSET,&BOUNDARY,&OFFSET

? 

-----Original Message-----
From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On 
Behalf Of Jonathan Scott
Sent: Tuesday, August 23, 2016 12:25 PM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: Friday puzzle: CNOP 1,2

I have the following macro lying around which I presume I wrote to solve this 
problem.  I leave whether it is correct or not as an exercise for the reader 
(as it appears I never used it).

         MACRO
&LABEL   ALIGN &BOUNDARY,&OFFSET
         ORG   *+&BOUNDARY-&OFFSET,&BOUNDARY,&OFFSET-&BOUNDARY
&LABEL   DS    0X
         MEND

Jonathan Scott
IBM Hursley, UK

Reply via email to