X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 20 Nov 2003 18:40:04 +0200 Message-Id: From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <3FBC6527.A66A8218@worldnet.att.net> (message from Les Cargill on Thu, 20 Nov 2003 06:52:52 GMT) Subject: Re: Stack stuff... References: <3FBC6527 DOT A66A8218 AT worldnet DOT att DOT net> 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 > From: Les Cargill > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 20 Nov 2003 06:52:52 GMT > > How can I reassign SS and SP with "asm" > directives with the DJGPP toolset ( gcc, > essentially). In C, the easiest way is to use the longjmp library function. Why do you need to use "asm"?