Date: Tue, 2 Feb 1999 11:21:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Esa A E Peuha cc: djgpp AT delorie DOT com Subject: Re: ASM - function: what should be pushed? In-Reply-To: <86p4sp5i800.fsf@vesuri.Helsinki.FI> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 2 Feb 1999, Esa A E Peuha wrote: > DJ Delorie writes: > > > gdtr,ldtr,idtr,tr,cr*,dr*,tr* - not used by gcc or libc > > But some of these must be used by the DPMI host, so it's > better not to change them anyway :-) You can't do that anyway from an IOPL-3 program (which is how DJGPP programs run in most cases). Those who write programs which run at ring 0 and mess with these registers, must already know what they are doing...