beautypg.com

Zilog Z8F0130 User Manual

Page 360

background image

Using the Macro Assembler

UM013037-1212

336

Zilog Developer Studio II – Z8 Encore!
User Manual

<type>

=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>
=>

BFRACT
BLKB
BLKL
BLKW
DB
DD
DF
DL
DW
DW24
FRACT
UBFRACT
UFRACT

<elements>

=>

[<int_const>]

<initvalue>

=>

['['<instances>']']<value>

<instances>

=>

<int_const>

<value>

=>

<expression>|<string_const>

<expression>

=>
=>
=>
=>
=>
=>
=>
=>
=>

'('<expression>')'
<expression><binary_op><expression>

<unary_op><expression>

<int_const>

<float_const>

<label>

HIGH

<expression>

LOW

<expression>

OFFSET

<expression>

<binary_op>

=>
=>
=>
=>
=>
=>
=>
=>
=>

+

-

*

/

>>

<<

&

|

^

<unary_op>

=>
=>
=>

-

~

!

<int_const>

=>
=>
=>
=>

digit(digit|'_')@

hexdigit(hexdigit|'_')@H

bindigit(bindigit|'_')@B

<char_const>

<char_const>

=>

'any'

<float_const>

=>

<decfloat>