From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29593 invoked by alias); 7 Jan 2003 06:04:00 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 27784 invoked from network); 7 Jan 2003 06:01:26 -0000 Received: from unknown (HELO pintail.mail.pas.earthlink.net) (207.217.120.122) by 209.249.29.67 with SMTP; 7 Jan 2003 06:01:26 -0000 Received: from ilmasc01-67.midwest.net ([209.248.16.77] helo=there) by pintail.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 18VmnY-0004Iq-00; Mon, 06 Jan 2003 22:01:13 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Andy Walker To: Mike Stump Subject: Re: Sythetic registers: modrm/gas question. Date: Tue, 07 Jan 2003 06:15:00 -0000 Cc: gcc@gcc.gnu.org References: <5C9B12B0-21D1-11D7-B9FA-003065A77310@apple.com> In-Reply-To: <5C9B12B0-21D1-11D7-B9FA-003065A77310@apple.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: X-SW-Source: 2003-01/txt/msg00328.txt.bz2 On Monday 06 January 2003 05:48 pm, Mike Stump wrote: > On Saturday, January 4, 2003, at 09:55 PM, Andy Walker wrote: > > How do I tell gas to assemble an operand as a one-byte offset instead > > of a > > four-byte offset? > > You will want to learn how to ask GAS these questions. Hint, type in > the assembly, run as foo.s, and then objdump (maybe -d) the result. > This is faster and generally more accurate than asking us. Nice hint. Thank you. Andy