29 Sep
2010
29 Sep
'10
1:39 a.m.
Rich,
Jonathan can tell us for certain what the assembly formula parser uses when no bailout test is specified, but I'd guess its |z| > 0.
Sorry, I can't. The bailout occurs when the AX cpu register is non-zero at the end of the iteration. But the fpu is being used for all the calculations. Since there is no test condition, there is no code that sets AX for bailing out. The only way to find out any more about what is happening is to compile the parser with the debug messages turned on. Unfortunately, this is no longer possible under DOS due to lack of memory. Jonathan