Warning message, Operators – Epson S5U1C63000A User Manual
Page 326

Assembler as63 (2)
Development Tools
Error Messages
Address out of range
The specified address is out of range.
Cannot open
The specified file cannot be opened.
Cannot read
The specified file cannot be read.
Cannot write
Data cannot be written to the file.
Directory path length limit
The path name length has exceeded the limit.
Division by zero
The divisor in the expression is 0.
File name length limit
The file name length has exceeded the limit.
exceeded
Illegal macro label
The internal branch label in macro definition is incorrect.
Illegal macro parameter
The macro parameter is illegal.
Illegal syntax
The statement has a syntax error.
Line length limit
The number of characters in one line has exceeded the limit.
Macro parameter range
The number of macro parameters has exceeded the limit.
Memory mapping conflict
The address is already used.
Multiple statements on the same line
Two or more statements were described on one line.
Nesting level limit
Number of macro labels limit
The number of internal branch labels has exceeded the limit.
Out of memory
Cannot secure memory space.
Second definition of label
The label is already defined.
Second definition of symbol
The symbol is already defined.
Symbol name length limit
The symbol name length has exceeded the limit.
Token length limit
Unexpected character
An invalid character has been used.
Unknown label
Reference was made to an undefined label.
Unknown mnemonic
A nonexistent instruction was used.
Unknown register
A nonexistent register name was used.
Unknown symbol
A reference to an undefined symbol was made.
Unknown symbol mask
The symbol mask has a description error.
Unsupported directive
A nonexistent pseudo-instruction was used.
Warning Message
Expression out of range
The result of the expression is out of the effective range.
Invalid symbol mask
The symbol mask is not defined correctly.
Second definition of define symbol
The symbol is already defined.
Section activation expected, use <.code/.bss>
There is no section definition.
Operators
Priority
( )
Parenthesis
1
+ Plus
sign
2
- Minus
sign
2
~ Negation
2
^H
Acquires 8 high-order bits
3
^L
Acquires 8 low-order bits
3
* Multiplication
4
/
Division
4
% (%%)
Residue
4
+
Addition
5
-
Subtraction
5
<<
Shifting to left
6
>>
Shifting to right
6
==
Equal (relational operator)
7
!=
Not equal (relational operator)
7
<
Less than (relational operator)
7
<=
Less than or equal (relational operator)
7
>
Greater than (relational operator)
7
>=
Greater than or equal (relational operator)
7
& Bit
AND
8
^
Bit XOR
9
|
Bit OR
10
&&
AND (relational operator)
11
||
OR (relational operator)
12
Numbers and symbols can be used as terms in expressions.
The expression is calculated as a signed 16-bit data.
Do not put any space or TAB between operator and number.