From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25828 invoked by alias); 21 Jun 2011 05:01:33 -0000 Received: (qmail 25818 invoked by uid 22791); 21 Jun 2011 05:01:32 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Jun 2011 05:01:18 +0000 Received: by wwg12 with SMTP id 12so2505945wwg.12 for ; Mon, 20 Jun 2011 22:01:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.235.22 with SMTP id t22mr277631weq.89.1308632477241; Mon, 20 Jun 2011 22:01:17 -0700 (PDT) Received: by 10.216.87.202 with HTTP; Mon, 20 Jun 2011 22:01:17 -0700 (PDT) Reply-To: noloader@gmail.com In-Reply-To: References: <4DFF71E2.5040402@arm.com> Date: Tue, 21 Jun 2011 05:01:00 -0000 Message-ID: Subject: Re: Question on ARM/Thumb-16 Disassembly From: Jeffrey Walton To: Matthew Gretton-Dann Cc: GDB Users Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00133.txt.bz2 On Tue, Jun 21, 2011 at 12:53 AM, Jeffrey Walton wrote: > On Mon, Jun 20, 2011 at 11:04 PM, Jeffrey Walton wrote: >> On Mon, Jun 20, 2011 at 12:14 PM, Matthew Gretton-Dann >> wrote: >>> On 20/06/11 16:35, Jeffrey Walton wrote: >>>> A couple of questions for ARM/Thumb-2. I'm working on a live iPhone, >>>> so I'm using Apple's GAS. >> >> [SNIP] >> >>> [SNIP] My bad - this thread went from "why are there 4 byte instructions in a Thumb-16 disassembly" to "how do I compile/assemble ADDS or ADD (with conditionals) under AS". I'll move it over to GCC users. Jeff