From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,69431b06fe9a3239 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: How do I disable elaboration code on this Date: Wed, 13 Apr 2011 17:53:24 +0100 Organization: A noiseless patient Spider Message-ID: References: <58bc4fb4-5f6a-48d6-9c98-0dde7ac619df@p16g2000vbo.googlegroups.com> <4da2176e$0$6977$9b4e6d93@newsspool4.arcor-online.net> <93b20b91-03ed-48d2-87b6-a109127a5a4f@l18g2000yql.googlegroups.com> <6bca8b26-152f-482c-95c0-1abf88b6b29b@a26g2000vbo.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="16648"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+w825C4gzAmfEaoJAnNOVfGXfbY2n5/VM=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:CKeshFI20pl4wX8o1Bg5dsCetOg= sha1:n6jUtUz/Ts9OIYSWBji9NhyFIeY= Xref: g2news1.google.com comp.lang.ada:18786 Date: 2011-04-13T17:53:24+01:00 List-Id: Simon Wright writes: > Does the LSB really have to be set to 1? The Cortex-M3 only implements > Thumb instructions, doesn't it? Both Thumbulator and QEMU (-cpu cortex-m3) are happy with or without the least significant bit being set to 1. (That was a _very_ entertaining excursion through a new assembler and some new-to-me features of objcopy). Of course, not the same as a real Cortex-M3 board!