7.2 Operands
The following operands can be used:
- User defined labels, which are given the value of the location counter at the place they appear
- User defined variables defined by the SET directive
- User defined constants defined by the EQU directive
- Integer constants: constants can be
given in several formats, including:
- Decimal (default): 10, 255
- Hexadecimal (two notations): 0x0a, $0a, 0xff, $ff
- Binary: 0b00001010, 0b11111111
- Octal (leading zero): 010, 077
- PC - the current value of the Program memory location counter
- Floating point constants