Date: Tue, 26 Jan 1999 23:25:39 -0500 Message-Id: <199901270425.XAA20288@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <36AE886A.98E@wco.com> (message from Mike_and_Beth on Tue, 26 Jan 1999 19:30:50 -0800) Subject: Re: _asm undeclared References: <36AE886A DOT 98E AT wco DOT com> Reply-To: djgpp AT delorie DOT com > 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.