Returning to a previous discussion, I have an assembly with

      SYSSTATE ARCHLVL=7,OSREL=ZOSV2R5

that has some macro expansions that look like the date to S/360.

       GETMAIN RU

         L     0,=A(LENGTH)
         L     15,=AL1(B'00000000',(0),(-),B'00000010)

I would have expected

         LAY   0,LENGTH
         IILF  15,AL1(B'00000000',(0),(-),B'00000010)

      FREEMAIN R

generates

         CNOP
         B     *+8
         DC    A(LENGTH)
         L     0,*-4
         LA    1,0(,1)

I would have expected 

         LAY   0,LENGTH
         LA    1,0(,1)

The suggested LAY could be IILF to support length of 2 MiB or longer.

-- 
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to