This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
#27302-
Calling ML from C
Message #27432
You definitely want to look up the information on __asm in the manual. Also, the sample source code for POPCLI gives an example of invoking an assembler routine from C with register parameter conventions. Once you get to the routine, the only requirement is that you preserve all registers except…
#27179-
MaxiPlan to 1-2-3
Message #27431
Michael, Too many files. I gave in and ordered MaxiPlan_4. But thanks! Ross
#27302-
Calling ML from C
Message #27430
You definitely want to look up the information on __asm in the manual. Also, the sample source code for POPCLI gives an example of invoking an assembler routine from C with register parameter conventions. Once you get to the routine, the only requirement is that you preserve all registers except…