Hi
I am trying insert assembler code (a macro) in a Metal C program that's has literal copybook for constants and a dsect I am assuming for the DSECT I would have to do something like @@AUTO@1 DSECT followed by ORG @@AUTO@1+X'NNNN' after the last stack variable copy my dsect variables For the constants I would do ORG @@LIT@1+X'NNN' after the last constant and then point back LOCTR to the next NSI I am wondering if anyone has done this and can give my some tips Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
