Date: Thu, 19 Nov 1998 20:23:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: William Joseph Giraldo Orozco cc: djgpp AT delorie DOT com Subject: Re: limits functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 19 Nov 1998, William Joseph Giraldo Orozco wrote: > the one that desire is calculate the limits of the functions in order to > guarantee to the process (real time executive) has exclusive zone for code > and data . > this limits define the limit field of the descriptors of intel 386. Are you trying to compute the size of a function? If so, the usual trick is to define two dummy functions before and after the one you want to find the size, and subtract them.