Date: Sun, 31 Jan 1999 10:38:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: ASM - function: what should be pushed? In-Reply-To: <36B3C8B1.8665F181@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sat, 30 Jan 1999, Nate Eldredge wrote: > > Could someone please tell me, which registers an assembly language function, > > that is called by djgpp, should push and which needn't to be pushed. (Of > > course, I know that I have to push only the registers, which I'm going to > > use...) Does this differ, if the function takes any arguments or has a > > return value? > > (Should this be an FAQ?) Is anything wrong with section 17.4?