RNF0300

The hexadecimal literal is too long; literal truncated.

20

Cause . . . . . : The hexadecimal literal is longer than 2048 hexadecimal digits. The literal has been truncated to 2048 hexadecimal digits. A hexadecimal digit can be 0 - 9, a - f or A - F.

Recovery . . . : Specify a correct hexadecimal literal with a length of 2048 hexadecimal digits or less. Compile again.