as: Z80 Syntax

1 
1 9.56.2 Syntax
1 -------------
1 
1 The assembler syntax closely follows the 'Z80 family CPU User Manual' by
1 Zilog.  In expressions a single '=' may be used as "is equal to"
1 comparison operator.
1 
1    Suffices can be used to indicate the radix of integer constants; 'H'
1 or 'h' for hexadecimal, 'D' or 'd' for decimal, 'Q', 'O', 'q' or 'o' for
1 octal, and 'B' for binary.
1 
1    The suffix 'b' denotes a backreference to local label.
1 

Menu