Chapter 13 Error Messages254 Assembler Errors13.2.2 Error Messages2301 Syntax error.The current line contains a syntax error.Consult this Manual and the MN1030/MN103S Series Instruction Manual.2302 Illegal character.A string contains an illegal character.Use only legal characters2303 Illegal string.A string contains an error.Correct the string.2304 Instruction not foundThe specified instruction does not exist.Consult this Manual and the MN1030/MN103S Series Instruction Manual.2305 Code size overflow.A section contains too much code.Divide the section into smaller parts.2306 Multiple define symbol.A symbol is defined more than once.Use different symbol names.2307 Illegal symbol name.There is an error in a symbol name.Change the symbol name.2308 Label (symbol) is reserved word.A reserved word is used as a label.Change the label name.2309 Label not permitted.A label specification is not permitted here.Eliminate the label specification.2310 Label nothing.The label specification is missing.Specify a label.2311 Illegal operand size.An operand is of the wrong size.Check the size specification.2312 Out of section error.A specification is not inside a section.Move the specification inside a section.2313 Section name count over (max 255)There are more than 255 section names.Reduce the number of section names to within 255.