Error 488 - Numeric processor overflow
Numeric processor overflow - Execution of this line of source
code is complex, and requires more
floating point registers
than are currently available in the FPU. One solution might be to add
the metastatement #REGISTER NONE
to the current
procedure, if register variables are being allocated.
Another solution would be to break up the source code into multiple simpler
statements.