[comp.sys.amiga] stack checking code in lattice 4.01

cmcmanis%pepper@Sun.COM (Chuck McManis) (08/16/88)

In article <5527@watcgl.waterloo.edu> (Fred Walter) writes:
->In the Lattice 4.0 manual on page 8-10 it talks about stack checking and
->the fact that you need to link with the file IOS0.O to have this done...
 ...
->Can I safely assume that this file is no longer needed to do the stack
->checking ?
->	fred

You are absolutely correct Fred, the stack checking code is built in, 
what you have to do is specify -v on the second pass (LC2) if you *DON'T*
want stack checking. This is required for all rentrant code (like handlers,
devices, printer drivers, libraries) and for the smallest possible code.
As many people have pointed out, the Lattice manuals are all derived from
the same base manual, and sometimes artifacts from other OSes sneak in there.


--Chuck McManis
uucp: {anywhere}!sun!cmcmanis   BIX: cmcmanis  ARPAnet: cmcmanis@sun.com
These opinions are my own and no one elses, but you knew that didn't you.