[comp.lang.pascal] Increasing Run-Time Stack Size

Jdr%RCN.BITNET@cunyvm.cuny.edu (11/19/90)

I'm posting this for a friend who doesn't have access to the newsgroup.

Is it possible to increase the size of the runtime stack in TP 5.5?  He's
using it on a Model 55 PS-2   (386 SX)

John D. Rogers        JDR@RCN (BitNet)        J.Rogers15 (GEnie)
Computer Lab Aide
Worcester State College Worcester, MA  01602

efa@iesd.auc.dk (Erik F. Andersen) (11/19/90)

  Try using the {$M xx xx xx} directive. It allows you to set both the stack 
and the heap size.

efa@iesd.auc.dk