From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.9 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PLING_QUERY autolearn=no autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Adapting an Ada compiler to generate 8051 code (Again?! ;-) Date: Tue, 30 Mar 2021 14:45:12 +0200 Organization: A noiseless patient Spider Message-ID: References: <41bc7a62-9c70-466d-b316-5fc74a3ee845n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 30 Mar 2021 12:45:14 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="3b10cf1d57bd8524a80f14f609011887"; logging-data="30963"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19L6syfX6Y2zrSH9cefBQSq" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 Cancel-Lock: sha1:2f+nKsigtbxxb4dTNIWOoHK4d3I= In-Reply-To: <41bc7a62-9c70-466d-b316-5fc74a3ee845n@googlegroups.com> Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:61686 List-Id: Den 2021-03-30 kl. 11:04, skrev mockturtle: > for a project related to a possible start-up, we need to program a Flash controller that has a 8051 core (as many other controllers). >I would like using Ada for that, but I discovered (also by browsing c.l.a.) that there is no Ada compiler producing 8051 code. One way would be to turn around your problem. Find out what micro controllers there are and has an Ada compiler. Pick one that suits your requirements. Or does the 8051 has something unique that you intend to make use of? -- Björn