Specifies that the function will build a stack frame explicitly.
nofralloc
Use the nofralloc directive so that an inline assembly function does not build a stack frame. When you use nofralloc , if you have local variables, parameters or make function calls, you are responsible for creating and deleting your own stack frame. For an example of nofralloc , see the file __start.c in the directory:
InstallDir\PowerPC_EABI_Support\Runtime\Src
where InstallDir is the name of the directory on your host computer where you installed your CodeWarrior development tools.