Path: ...!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Thomas Koenig Newsgroups: comp.arch Subject: Re: Stealing a Great Idea from the 6600 Date: Mon, 29 Apr 2024 16:53:29 -0000 (UTC) Organization: A noiseless patient Spider Lines: 18 Message-ID: References: <9d1fadaada2ec0683fc54688cce7cf27@www.novabbs.org> <44fdd1209496c66ba18e425370a8b50d@www.novabbs.org> <3458ae0a6b7c1f667ef232c58569b5e1@www.novabbs.org> <58f8e9f6925fd21a5526ea45fae82251@www.novabbs.org> <14a7b1b370c033c50ac77e3394ac1ea5@www.novabbs.org> Injection-Date: Mon, 29 Apr 2024 18:53:29 +0200 (CEST) Injection-Info: dont-email.me; posting-host="f6538722a26f1008304ec5c0c907557d"; logging-data="1963400"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198ASuHbRkYn6lDvHGqC+gtMfjr/bCC+N4=" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:XYn9Pf2D3oXa6dmQFlTfV8dTDkM= Bytes: 2516 BGB schrieb: > > Meanwhile, got the My66000 LLVM/Clang compiler built so far as that it > at least seems to try to build something (and seems to know that the > target exists). > > > But, also tends to die in s storm of error messages, eg: > > /tmp/m_swap-822054.s:6: Error: no such instruction: `bitr r1,r1,<8:48>' You can only generate assembly code, so just use "-S". If you want to assemble to object files, you can use my binutils branch on github. I have not yet started on the linker (there are still quite a few decisions to be made regarding relocations, which is a topic that I do not enjoy too much.