It’s documented in the book. EXPORT=YES 
https://www.ibm.com/docs/en/zos/2.5.0?topic=wdc-writing-your-language-environment-conforming-assembler-dll-code

> On 15 Sep 2023, at 03:03, Eric Erickson <esf...@windstream.net> wrote:
> 
> I've found a bunch of information on creating AMODE 64 Assembler DLLs, but 
> having much luck in finding any information about creating AMODE31 Assembler 
> DLLs. 
> 
> I've got a bunch of LE enabled assembler helper routines that I call from C, 
> I want to package these all as a DLL so that I can share the code between 
> load modules and not have to statically link them. But as I've stated, not 
> having much luck in finding information on doing this for AMODE 31. In fact 
> my biggest question that I can not seem to find the info about in the manual, 
> is if I have an assembler routine, how do I specify that I want the entry 
> point exported when I do the bind. Without the export I don't get the 
> side-deck created with the import statements. 
> 
> 
> Ultimately I would like to take these routines and package them with my AMODE 
> 31 C DLL routines as a mixed C/Assembler DLL for sharing between my load 
> modules. 
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to