From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] gcc x86 assembly help From: "Russ Cox" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010602025638.17F77199C0@mail.cse.psu.edu> Date: Fri, 1 Jun 2001 22:56:35 -0400 Topicbox-Message-UUID: addfebc8-eac9-11e9-9e20-41e7f4b1d025 The problem is apparently that "ebx" should just be "b" -- e and x mean other things. Thanks to all who replied. I've learned a lot more about inline assembly than I had thought was possible. Russ