|
|||||||||||||||||||||
|
Technical Support On-Line Manuals LX51 User's Guide |
LX51 User's GuideOverlay GroupsWhen performing overlay analysis, the linker creates groups of segments that are overlaid. The group name indicates the memory type of the variables that it includes.
When the linker overlays function data memory and creates a group, that groups appears in the linker map file's memory map section. START STOP LENGTH ALIGN RELOC MEMORY CLASS SEGMENT NAME ========================================================================= * * * * * * * * * * * D A T A M E M O R Y * * * * * * * * * * * * * 000000H 000007H 000008H --- AT.. DATA "REG BANK 0" 000008H 00001AH 000013H BYTE UNIT DATA _DATA_GROUP_ 00001BH 00001BH 000001H BYTE UNIT IDATA ?STACK Groups are created based on the memory model of the function (which specifies the memory class where parameters and variables are stored) and on any variables defined with a specific memory space. | ||||||||||||||||||||
|
|||||||||||||||||||||