Date: Thu, 13 Apr 2000 11:50:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Graphics In-Reply-To: <3obafssca2av93g09doket8qs8ncvnosjc@4ax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 13 Apr 2000, Damian Yerrick wrote: > It expands to inline instructions that set the 386 register FS > (commonly called the "farptr segment") and store a byte there. I > don't know exactly what GCC's optimizer does to _farpoke*() It should be very easy to run "gcc -O2 -S" and look at the produced assembly...