-

Changes

Jump to: navigation, search

Error Messages

No change in size, 11:07, 28 July 2017
m
no edit summary
constant conditional branch CGEN
:You have a program structure testing a constant expression, e.g. while(1). You should substitute for this themore efficient for(;;)
constant expression required P1
exponent expected P1
:An exponent is expected after the 'e' or 'E' in a floating point constant. The exponent must contain only+, - and digits 0-9
Expression error CGEN
Fixup overflow referencing LINK
:The linker has relocated a reference to a psect or symbol and the relocated address is too big to fit intothe space, e.g. a relocated one byte address exceeds 256 or a relocated 16 bit address exceeds 65536
float param coerced to double P1

Navigation menu