Date: Wed, 28 May 1997 10:28:48 +0300 (IDT) From: Eli Zaretskii To: Bill Currie cc: Michael Flegel , djgpp AT delorie DOT com Subject: Re: automatic register save on asm call? In-Reply-To: <338C5B8E.6F05@blackmagic.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 28 May 1997, Bill Currie wrote: > plus ds and es (eax, edx, ecx, fs and gs are free to use). Please note that some DJGPP library functions use GS, so the above is only true if your assembly function neither calls library functions nor is called by them (like if you install a hook for filesystem extensions or something like that).