UNION
run = PIE_VECT, PAGE = 1
{ PieVectTableFile
GROUP
{
EmuKeyVar
EmuBModeVar
FlashCallbackVar
FlashScalingVar
} 这个语法是什么意思啊?
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在PIE_VECT中,按顺序放入EmuKeyVar,EmuBModeVar, FlashCallbackVar ,FlashScalingVar
具体说明如下:
7.5.6 Using UNION and GROUP Statements
Two SECTIONS statements allow you to conserve memory: GROUP and UNION. Unioning sections
causes the linker to allocate them to the same run address. Grouping sections causes the linker to
allocate them contiguously in memory. Section names can refer to sections, subsections, or archive library
members.
详情可以参考下面的文档: