CompuServe Messages

C Help

    03-Apr-94 19:27:45
Sb: #40343-C Help
Fm: Peter Wade 100265,2740
To: CLEMENT DROLET 76266,2530
It is a directive to the compiler. It makes the compiler include code at the start of the function to load the address of the near data section into register a4. I think you only need to specify this for functions which are called from somewhere other than within your program, for example callback routines or for functions in a shared library. It does not affect the way you pass arguments to the function if you are calling it. Peter Wade Autopiloting from London, England