From: "DeHackEd" References: <34cb0769 DOT 598790 AT nntpserver DOT swip DOT net> Subject: Re: asm code Date: Mon, 26 Jan 1998 08:46:35 -0500 Lines: 25 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I think what you should do is pushl your registers onto the stack first, and your last command should popl them back. I am a newbee on the topic of asm, but I do know some of the basics, such as the stack. This way you don't have to put in ANY variables on the clobbered list, even though they get changed. And if this doesn't work, sorry... -- "DeHackEd" EMail address not given out due to low-life spammers. Rikard Björklind wrote in message <34cb0769 DOT 598790 AT nntpserver DOT swip DOT net>... >Hi I'm trying to make a little proggy in DJGPP, and I'm learning this >AT&T syntax... now the stuff doesn't work!! I think it should be easy >for you to see what I', doing wrong, the source is below.. >The compile error is on the clobbering list, about 20 messages about >some numbers after the '%'. >If you know what's wrong, please help me... =) > >-------------------------- > >[big snip]