Sender: nate AT cartsys DOT com Message-ID: <35EB4793.3916C528@cartsys.com> Date: Mon, 31 Aug 1998 18:02:11 -0700 From: Nate Eldredge MIME-Version: 1.0 To: GAMMELJL AT SLU DOT EDU CC: djgpp AT delorie DOT com Subject: Re: passing arguments in registers References: <01J19GJU8Q9U94JXNE AT SLU DOT EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk GAMMELJL AT SLU DOT EDU wrote: > zadd(int m,int n) --------> one wishes to place the attriute statement > {return m+n;} in this subroutine Also consider making it inline, which should be equally or more optimium, and more portable. -- Nate Eldredge nate AT cartsys DOT com