Xref: utzoo comp.sys.att:9730 comp.sys.ibm.pc.programmer:1814 Path: utzoo!attcan!uunet!mcsun!hp4nl!tuegate.tue.nl!tuewsd!wsineel From: wsineel@lso.win.tue.nl (e.vriezekolk) Newsgroups: comp.sys.att,comp.sys.ibm.pc.programmer Subject: Smart linking of data segments Message-ID: <1205@tuewsd.win.tue.nl> Date: 5 Jun 90 07:49:08 GMT References: <1094.266605B1@onebdos.UUCP> <980@soleil.UUCP> Sender: wsineel@win.tue.nl (e.vriezekolk) Organization: Eindhoven University of Technology, The Netherlands Lines: 12 Hi, I have a small program which uses a number of 64Kb segements for data storage. I am using MASM 4.0 and some linkers. The problem is that my .exe includes all these segments, though their contents are meaningless at load time. How can I convince MASM/link that she doesn't have to include the data segements? Thanks, Eelco Vriezekolk.