beautypg.com

Freemem, Highaddr, Length – Zilog Z8F0130 User Manual

Page 387: Lowaddr, Freemem highaddr length lowaddr

background image

UM013037-1212

FREEMEM

Zilog Developer Studio II – Z8 Encore!

User Manual

363

Syntax

/

FREEMEM

The FREEMEM operator provides the lowest address of unallocated memory of a group,
address space, or segment. The value of FREEMEM is treated as an expression value.

Syntax

FREEMEM OF

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

HIGHADDR

The HIGHADDR operator provides the highest possible address of a group, address
space, or segment. The value of HIGHADDR is treated as an expression value.

Syntax

HIGHADDR OF

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

LENGTH

The LENGTH operator provides the length of a group, address space, or segment. The
value of LENGTH is treated as an expression value.

Syntax

LENGTH OF

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

LOWADDR

The LOWADDR operator provides the lowest possible address of a group, address space,
or segment. The value of LOWADDR is treated as an expression value.

Syntax

LOWADDR OF

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