The f$CALLING g directive tells the compiler which calling convention should be used if none is speci ed:
{$CALLING REGISTER}
|
By default it is REGISTER. The following calling conventions exist:
For a more detailed explanation of calling conventions, section 6.3, page 319. As a special case, DEFAULT can be used, to restore the default calling convention.