From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My4rM-0001an-Cu for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:29:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My4rH-0001Ze-6J for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:29:47 -0400 Received: from [199.232.76.173] (port=41643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My4rF-0001ZK-4j for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:29:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31984) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My4rE-0002Qw-Jz for qemu-devel@nongnu.org; Wed, 14 Oct 2009 10:29:40 -0400 Message-ID: <4AD5E04C.5010501@redhat.com> Date: Wed, 14 Oct 2009 16:29:32 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20090923203116.GF4859@overdrive.home.tratt.net> <20090923205502.GA4540@triton8.kn-bremen.de> <20091013212912.GA11529@triton8.kn-bremen.de> In-Reply-To: <20091013212912.GA11529@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] multiboot.S patch for old as(1) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Lock Cc: qemu-devel@nongnu.org, Laurence Tratt On 10/13/2009 11:29 PM, Juergen Lock wrote: > + .dc.b 0x26,0x67,0x66,0x89,0x4f,0xfc If anything, this would be easier to read: .dc.b 0x26 /* %es: prefix for old as(1) */ movl %ecx, -4(%edi) Paolo