From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Memory amount and PMODE Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 X-Trace: /ba9QcT4AvwiTjaLygAKfD2p+8hXPTfWzYiGTlP8G7txLRRrzkWgl+iKnnxjNIfrXXK3yZ8CNXTP!1+Z7FswgM0ID4HY5DHyqBhr+7YNdNGc2lcPsjkgfXjrPdmOmWeCNMqxTizoEs6Kq5C37P6R9NL/H!fI8gVw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 11 Oct 2000 15:46:08 GMT Distribution: world Date: Wed, 11 Oct 2000 15:46:08 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 11 Oct 2000 08:46:30 +0200 (IST), Eli Zaretskii wrote: > >On Tue, 10 Oct 2000, Damian Yerrick wrote: > >> >While Turbo C 2.01 and Turbo C++ 1.01 are available, there is no free >> >TASM at Borland's site. Is there a free TASM syntax compatible compiler >> >available? Not unless you switch to NASM :-) >> >If so, I'd be interested in seeing if CWSDPMI would build >> >and run properly with it ... >> >> There's always Turbo C's inline asm (it worked in Turbo C++ 3, but I'm >> not sure if it made it into earlier versions). > >Doesn't TC invoke the external assembler to assemble inline asm? My TC++3 didn't attempt to invoke TASM, which is available only in the full distribution. --