CHAPTER 4: ASSEMBLER

4.10.2 Warning

When a warning occurs, the assembler will keep on processing, and terminates the processing after displaying a warning message, unless an error is produced.

The warning message is delivered/displayed in the following formats:

<Source file name> (<Line number>) Warning : <Warning message>

Example: TEST.S(41) : Warning : Expression out of range

The warning messages are given below:

Warning message

Description

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 <symbol>

The symbol is already defined.

Section activation expected, use <.code/.bss>

There is no section definition.

4.11 Precautions

(1)Nesting of the #include pseudo instruction is limited to a maximum 10 levels. If this limit is sur- passed, an error will result.

(2)A maximum of 64 internal branch labels can be specified per macro and maximum 9999 internal branch labels can be expanded within one source file. If these limits are exceeded, an error will result.

(3)Other limitations such as the number of sections depend on the free memory space.

88

EPSON

S5U1C63000A MANUAL

 

 

(S1C63 FAMILY ASSEMBLER PACKAGE)