Suppose I have a 64-bit XPLINK C program that calls an assembler program using:

#pragma linkage(MYSUB, OS_NOSTACK);

What linkage should the 64-bit assembler routine use?  Obvious it can't just be 
standard linkage because it needs to save off 13 double words instead of 13 
single word registers.  But does the assembler routine need EDCXPRLG?
 
What if that 64-bit assembler routine calls a 31-bit non-LE, non-XPLINK 
assembler subroutine? At that point we're just using standard linkage, right?

Janet

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

Reply via email to