Copy base, Copy top, Divide) – Zilog ZUSBOPTS User Manual
Page 304: Freemem, Copy base copy top / (divide) freemem

Linker Expressions
UM017105-0511
276
Zilog Developer Studio II – ZNEO™
User Manual
LOCATE s_uninit_data at BASE OF RAM
the lowest used address is
$9000
(because
LOCATE s_nvrblock at $9000
and
s_nvrblock
is in RAM).
COPY BASE
The COPY BASE operator provides the lowest used address of a copy segment, group, or
address space. The value of COPY BASE is treated as an expression value.
Syntax
COPY BASE OF
<name>
<name> can be either a group, address space, or segment.
COPY TOP
The
COPY TOP
operator provides the highest used address of a copy segment, group, or
address space. The value of COPY TOP is treated as an expression value.
Syntax
COPY TOP OF
<name> can be a group, address space, or segment.
/ (Divide)
The / (Divide) operator is used to perform division.
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.