One of the things I learned the hard way That when inserting literals The executable assembler code generated by metal C has no base register I believe so you some how have to establish addressabilty to the literals
Which why I was trying to do any org @@LIT@1 as it is addressed by register 3 I was never able to do that and addressed my literals a different way when I tried the pragma insert_asm still had addressabily error ( beyond using not sure what the error was ) Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
