Group, Heading, Locate – Zilog EZ80F916 User Manual
Page 272: Group heading locate

UM014423-0607
Using the Linker/Locator
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
252
Syntax
[
-
]
FORMAT
=
Example
FORMAT = INTEL32
GROUP
The
GROUP
command provides a method of collecting multiple address spaces into a sin-
gle manageable entity.
Syntax
GROUP
=
<groupname> can only be a group.
<name> can only be an address space.
NOTE: The names given after the = sign will be grouped together in order, from lower to higher
numbered addresses.
HEADING
The
HEADING
command enables or disables the form feed (
\f
) characters in the map file
output.
Syntax
-[NO]heading
LOCATE
The
LOCATE
command specifies the address where a group, address space, or segment is
to be located. If multiple locates are specified for the same space, the last specification
takes precedence. A warning is flagged on a
LOCATE
of an absolute segment.
NOTE: The
LOCATE
of a segment overrides the
LOCATE
of an address space. A
LOCATE
does not
override an absolute segment.
Syntax
LOCATE
<name> can be a group, address space, or segment.
<expression> is the address to begin loading.