Highaddr, Length, Lowaddr – Zilog EZ80F916 User Manual
Page 282: Multiply), Decimal numeric values

UM014423-0607
Using the Linker/Locator
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
262
<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.
See “BASE OF Versus LOWADDR OF” on page 260 for an explanation of the difference
between these two operators.
* (Multiply)
The * (Multiply) operator is used to multiply two expressions.
Syntax
Decimal Numeric Values
Decimal numeric constant values can be used as an expression or part of an expression.
Digits are collections of numeric digits from 0 to 9.