[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Each section name that you use in a function section attribute in your project needs to be listed in your definition file in a multiple code clause:
multiple code { sectionname... } |
This is used by multigen to produce an assembly language list of the section names which needs to be linked into your executable, and also by build-prc to map named code sections to numbered code resources in the .prc file.
Build-prc will emit warnings if there are sections in your executable which are omitted from this clause, or vice versa.