cBegin [procName]
The cBegin macro defines the actual entry point for the function given by the
procName parameter. The macro creates code that sets up the frame and saves
registers.
procName
Specifies a function name. This parameter is optional; if the parameter is given, it must be the same as the name given in the cProc macro immediately preceding the cBegin macro.