◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax SpillTb /* Spill floating point stack to temp area. */ Description Writes the contents of the floating point stack to memory and clears the stack. This is done prior to function calls or to avoid overflow. The reverse operation is performed with the UnSpillTb instruction. -♦-