CompuServe Archive

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
From: John Toebes/SYSOP the Forum · Forum Business/Help August 27, 1992 11:48 PM
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
From: Ross Wilkinson the Forum · Forum Business/Help August 27, 1992 11:48 PM
Michael, Too many files. I gave in and ordered MaxiPlan_4. But thanks! Ross
#27302- Calling ML from C Message #27430
From: John Toebes/SYSOP the Forum · Forum Business/Help August 27, 1992 11:35 PM
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…