Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!cwjcc!mailrus!ames!pasteur!ucbvax!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.HP.COM (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: multiple SEGMENTS, i need to split up my code Message-ID: <106580009@hpcvlx.HP.COM> Date: 20 Dec 88 17:49:56 GMT References: <14349@genrad.UUCP> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 9 > Yes thanks, now for the next question... do I need / want to > name and list the segments in the .def file or do the automagically > end up LOADONCALL DISCARDABLE If you specify CODE LOADONCALL DISCARDABLE, this is the default for all code segments. You can override this on a segment-by-segment basis by explicitly specifying them. --Bill Turner