X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 28 Jul 2010 21:46:40 -0400 Message-Id: <201007290146.o6T1keuk016008@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <669073.52329.qm@web45104.mail.sp1.yahoo.com> (message from Pablo Marty on Wed, 28 Jul 2010 18:38:09 -0700 (PDT)) Subject: Re: ASSEMBLER QUESTION - VBE References: <669073 DOT 52329 DOT qm AT web45104 DOT mail DOT sp1 DOT yahoo 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 You can't clobber a register *and* use it. For the case you're talking about, you need to list the registers you're going to use as outputs, not clobbers.