beautypg.com

Multiply), Decimal numeric values, Hexadecimal numeric values – Zilog Z8F0130 User Manual

Page 388: Shift left)

background image

Using the Linker/Locator

UM013037-1212

364

Zilog Developer Studio II – Z8 Encore!
User Manual

See the

BASE OF Versus LOWADDR OF

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

Syntax

Hexadecimal Numeric Values

Hexadecimal numeric constant values can be used as an expression or part of an expres-
sion. Hex digits are collections of numeric digits from 0 to 9 or A to F.

Syntax

$

| (Or)

The | (Or) operator is used to perform a bitwise inclusive | (Or) of two expressions.

Syntax

|

<< (Shift Left)

The << (Shift Left) operator is used to perform a left shift. The first expression to the left
of << is the value to be shifted. The second expression is the number of bits to the left the
value is to be shifted.

Note: