Mail Archives: djgpp/1996/05/15/17:18:11
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/
*/
- Raw text -