beautypg.com

Nomap, Nowarn, Order – Zilog Z8F0130 User Manual

Page 379: Nomap nowarn order

background image

UM013037-1212

NOMAP

Zilog Developer Studio II – Z8 Encore!

User Manual

355

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

[,]

<name> can be a group, address space, or segment. is a comma-separated list
of other groups, address spaces, or segments. However, a

RANGE

is established only for an

address space.

Example

ORDER GDATA,GTEXT

In this example,

GDATA

and

GTEXT

are groups.

In this example, all address spaces associated with

GDATA

are located before (that is, at

lower addresses than) address spaces associated with

GTEXT

.