Nodebug, Nomap, Nowarn – Zilog EZ80F916 User Manual
Page 274: Order, Nodebug nomap nowarn order

UM014423-0607
Using the Linker/Locator
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
254
Syntax
MAXLENGTH
<name> can be a group, address space, or segment.
<expression> is the maximum size.
Example
MAXLENGTH CODE $FF
NOTE: Refer to “Linker Expressions” on page 258 for the format to write an expression.
NODEBUG
The
NODEBUG
command suppresses the linker from generating debug information. This
option is applicable only if the executable file is IEEE 695.
Syntax
[
-
]
NODEBUG
NOMAP
The
NOMAP
command suppresses generation of a link map file. The default is to generate a
link map file.
Syntax
[
-
]
NOMAP
NOWARN
The
NOWARN
command suppresses warning messages. The default is to generate warning
messages.
Syntax
[
-
]
NOWARN
ORDER
The
ORDER
command establishes a linking sequence and sets up a dynamic
RANGE
for
contiguously mapped address spaces. The base of the
RANGE
of each consecutive address
space is set to the top of its predecessor.
Syntax
ORDER