beautypg.com

Maxhexlen, Maxlength, Nodebug – Zilog Z8F0130 User Manual

Page 378: Maxhexlen maxlength nodebug

background image

Using the Linker/Locator

UM013037-1212

354

Zilog Developer Studio II – Z8 Encore!
User Manual

indicates EDATA, the R prefix indicates RDATA, and the P prefix indicates PRAM. For
additional information, see the

Generate Map File

section on page 108.

MAXHEXLEN

The

MAXHEXLEN

command causes the linker to fix the maximum data record size for the

Intel hex output. The default is 64 bytes.

Syntax

[-]MAXHEXLEN < IS | = > < 16 | 32 | 64 | 128 | 255 >

Examples

-maxhexlen=16

or

MAXHEXLEN IS 16

MAXLENGTH

The

MAXLENGTH

command causes a warning message to be issued if a group, address

space, or segment is longer than the specified size. The

RANGE

command sets address

boundaries. The

MAXLENGTH

command allows further control of these boundaries.

Syntax

MAXLENGTH

<name> can be a group, address space, or segment.

<expression> is the maximum size.

Example

MAXLENGTH CODE $FF

Refer to the

Linker Expressions

section on page 359 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.

Note: