Panasonic MN1030 Manuale Utente

Pagina di 340
Chapter 13   Error Messages
Assembler Errors  255
2314
Illegal section name.
There is an error in a section name.
Check the spelling of the section name.
2315
Operand error.
An operand of the wrong type is used.
Check the number and types of operands.
2316
Illegal operand expression.
An operand expression does not evaluate to a value within the specified range.
Check the operand expression.
2317
Too many operands.
An operand of the wrong type is used.
Check the number and types of operands,
2318
Illegal operand value.
An operand has a value that is not within the specified range.
Check the operand value to place it within the specified range.
2319
Operand type should be absolute.
An operand does not have an absolute value.
Specify an absolute value for the operand.
2320
Debug operand error.
The assembler and the C compiler have different version numbers.
Check that the assembler and C compiler are the most recent versions.
2321
Illegal location counter.
The location counter value for an org direction has an illegal value.
Change the location counter value for the org directive.
2322
Operand not need.
There is a superfluous operand.
Eliminate the superfluous operand.
2323
Include file cannot read.
There is a mistake in the file name specification.
Check the file name specification.
2324
Too many “#else”.
There are too many #else.
Check the #else specification.
2325
Too many “#if” or “#endif”.
The #if and #endif are not balanced.
Check the #if and #endif.
2326
Missing endm.
A macro statement is missing its closing endm.
Check all macro and endm statements.
2327
Macro symbol is used recursively.
A macro is defined recursively.
Check the macro definitions.