Zilog EZ80F916 User Manual
Page 253

UM014423-0607
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
233
442 Missing delay slot instruction.
Add a delay slot instruction such as BRANCH or LD.
444 Too many initializers.
Initializers for array data allocation exceeds array element size.
445 Missing
.$endif
at EOF.
There is no matching
.$endif
for the .$
if
directive.
446 Missing
.$wend
at EOF.
There is no
.$wend
directive.
447 Missing
.$repeat
at EOF.
There is no matching
.$repeat
for the
.$while
directive.
448 Segment stack overflow.
Do not allocate returned structures on the stack.
450 Floating point precision error.
The floating-point value cannot be represented to the precision given. The value is
rounded to fit within the allowed precision.
451 Floating point over/under flow.
The floating-point value cannot be represented.
452 General floating point error.
The assembler detects an expression operand that is out of range for the intended field
and generates appropriate error messages.
453 Fractional number too big/small.
The fractional number cannot be represented.
461 Unexpected end-of-file in comment.
End-of-file encountered in a multi-line comment
462 Macro redefinition.
The macro has been redefined.
464 Obsolete feature encountered.
An obsolete feature was encountered.
470 Missing token error.
A token needs to be added.