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=0.9 required=3.0 tests=BAYES_50,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:f349:: with SMTP id e9mr29719443qvm.59.1617103488662; Tue, 30 Mar 2021 04:24:48 -0700 (PDT) X-Received: by 2002:a25:ab81:: with SMTP id v1mr45203622ybi.303.1617103488496; Tue, 30 Mar 2021 04:24:48 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 30 Mar 2021 04:24:48 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:bea0:1d95:acee:5a09:21b6; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:bea0:1d95:acee:5a09:21b6 References: <41bc7a62-9c70-466d-b316-5fc74a3ee845n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9bad42ed-76a4-4ae3-8e55-8981285ccd7bn@googlegroups.com> Subject: Re: Adapting an Ada compiler to generate 8051 code (Again?! ;-) From: Gautier write-only address Injection-Date: Tue, 30 Mar 2021 11:24:48 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:61682 List-Id: On Tuesday, March 30, 2021 at 11:56:35 AM UTC+2, Dmitry A. Kazakov wrote: > Honestly, there is little useful one could do in 64K. Remember what one= =20 > famous thinker and epidemiologist said about 640K? [640K is 10 times=20 > more than 64K]=20 Well it depends... On one hand there will be never enough memory (and cores) for the famous th= inker's operating system just to run idle. On the other hand you had some decades ago computers with everything stuffe= d in 64KB. For instance: a 16KB ROM with an OS, a BASIC interpreter, I/O, f= loating-point computations, etc.; 48KB RAM including the video memory. You = had cool games and even a multi-window word processor on such a machine...