Date: Tue, 9 Dec 1997 12:33:53 +0200 (IST) From: Eli Zaretskii To: Doug Gale cc: djgpp AT delorie DOT com Subject: Re: use esp? In-Reply-To: <348B9501.6054@mailexcite.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 8 Dec 1997, Doug Gale wrote: > The cli instruction is VERY slow in protected mode (it takes hundreds of > cycles). Minor correction: this depends heavily on the DPMI host. Some of them don't trap CLI, so it runs just like in real mode.