Group, Heading, Locate – Zilog ZUSBOPTS User Manual
Page 294: Group heading locate, Example, Syntax

Linker Commands
UM017105-0511
266
Zilog Developer Studio II – ZNEO™
User Manual
Example
FORMAT = OMF695, INTEL32
GROUP
The
GROUP
command provides a method of collecting multiple address spaces into a
single manageable entity.
Syntax
GROUP
=
<groupname> can only be a group.
<name> can only be an address space.
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.
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.
Note: