Date: Mon, 7 Sep 1998 20:05:44 +0300 (IDT) From: Eli Zaretskii To: Tal Lavi cc: djgpp AT delorie DOT com Subject: Re: MAJOR slowdowns in translating TP7 gfx code to DJGPP2 In-Reply-To: <35F45C78.2257@post.tau.ac.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 7 Sep 1998, Tal Lavi wrote: > I am probably accessing the LFB memory wrong(_farsetsel, and > _farnspoke*). I tried using the inline assembler, but I can't seem to > get it working. _farptr functions expand into fast inline assembly (1 or 2 instructions only) if you compile with -O2. So inline assembly won't help you. Look for the cause of the slowdown elsewhere.