Message-ID: <36AFD97D.5285@wco.com> Date: Wed, 27 Jan 1999 19:29:01 -0800 From: Mike_and_Beth X-Mailer: Mozilla 3.04Gold (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: _asm undeclared References: <36AE886A DOT 98E AT wco DOT com> <199901270425 DOT XAA20288 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com DJ Delorie wrote: > > > void swapIntegers(int num_1, int num_2) > > { > > _asm > > { > > > > This example is right out of the book. > > Unfortunately, it's not a book about DJGPP. Try > http://www.castle.net/~avly/djasm.html for a quick > overview of how it's done in DJGPP. DJ, I've only got about 6 months with C and now recall seeing that cryptic looking page and thinking "I'll NEVER need this stuff!". So where do you hide the in-depth version (of how it's done with the Best C C++ Compiler around) that I can peruse after working the overview ? -Mike