Xref: news2.mv.net comp.os.msdos.djgpp:3871 From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP & TASM Date: Tue, 14 May 1996 09:04:07 +0100 Organization: The University of York, UK Lines: 18 Message-ID: References: <4n4l4s$egm AT everest DOT vol DOT it> NNTP-Posting-Host: tower.york.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Mon, 13 May 1996, Boon van der RJ wrote: > >I'm new in the world of C and djgpp ... i'd like to know if it's > >possible to use in my code external procedure compiled with Tasm, who > > There is a possibility to 'use' tasm .obj files in djgpp, BUT they have to > be compiled with the large memory-model, and you have to convert them You mean the flat memory model. Large model uses multiple code and data segments, but it is still a segmented setup. Not at all the same thing as a flat address space... /* * Shawn Hargreaves. Why is 'phonetic' spelt with a ph? * Check out Allegro and FED on http://www.york.ac.uk/~slh100/ */