Date: Tue, 7 Nov 2000 13:11:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: groman AT f2s DOT com cc: djgpp AT delorie DOT com Subject: Re: Runtime entry point change... Possible? In-Reply-To: <8u747a$rug$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Nov 2000 groman AT f2s DOT com wrote: > I am wondering if there is a way > to declare procedure so that I can change it's physical > address entry point later at runtime. Is that possible. Yes. > Is this possible? Or do I have to use inline assembly functions? You need to use "lcall" in inline assembly.