4.9.24 Fncall Directive

The FNCALL caller,callee directive tells the linker that a routine has been called by another. This information is used by the linker to prevent any stack-based objects they define from overlapping in the compiled stack.

For example
FNCALL main,init   ;main calls init