Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!apple!claris!scott From: scott@claris.com (Scott Lindsey) Newsgroups: comp.sys.apple Subject: Re: APW C Stack Space Message-ID: <8948@claris.com> Date: 19 Feb 89 05:25:21 GMT References: <113300042@uxa.cso.uiuc.edu> Organization: Claris Corporation, Mountain View CA Lines: 30 From article <113300042@uxa.cso.uiuc.edu>, by jb10320@uxa.cso.uiuc.edu: > Can I "add up" the stack includes, i.e. > > (this is a link-editor file) > LINK/ALL 2/STACK16K > LINK/ALL 2/STACK8K > etc... > > To add up as much stack as I need? > I only have the Beta APW manuals and they're a mess... Yes, that should work fine. I tried it with LinkEd 1.0B4 and got a 24K stack. You need to be sure to put them in a direct-page segment, though: SEGMENT/$12 stack LINK/ALL 2/STACK16K ... should do what you want. -- Scott Lindsey, wombat | UUCP: {ames,apple,portal,sun,voder}!claris!scott Product Development | Internet: scott@claris.com | AppleLink: LINDSEY1 Claris Corp. | Disclaimer: These are not the opinions of Claris, (415) 960-4070 | Apple, the author, or anyone else living or dead.