Date: Thu, 4 Jan 1996 11:42:36 +0200 (IST) From: Eli Zaretskii To: "Eric J. Korpela" Cc: djgpp AT delorie DOT com Subject: Re: Easy Asm Conversion? On 3 Jan 1996, Eric J. Korpela wrote: > If for some reason you need the speed of the assembly call you can rewrite > inportb as an inline function. In DJGPP v2.0, `inportb' *is* an inline function. Use the -O3 switch to gcc to cause gcc to actually inline it.