Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <7lkl3jl7if5gv92jcm3ns12gpprnmopiec@4ax.com>
Deutsch   English   Français   Italiano  
<7lkl3jl7if5gv92jcm3ns12gpprnmopiec@4ax.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: John Savard <quadibloc@servername.invalid>
Newsgroups: comp.arch
Subject: Re: Byte Addressability And Beyond
Date: Tue, 07 May 2024 19:18:39 -0600
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <7lkl3jl7if5gv92jcm3ns12gpprnmopiec@4ax.com>
References: <v0s17o$2okf4$2@dont-email.me> <glff3j9i1f0h52r2vvpk2psek0gglvr769@4ax.com> <v19fk8$2asct$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 08 May 2024 03:18:40 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="f337ba56f9b9ca0be2fd83be8efec5e4";
	logging-data="3880631"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18/5QFjTrFbXRv9ht/8yXKOnuPO/jT/qZw="
Cancel-Lock: sha1:rKmt956P8YPqs/4JL0HIN/auf3Y=
X-Newsreader: Forte Free Agent 3.3/32.846
Bytes: 1845

On Mon, 6 May 2024 02:34:48 -0000 (UTC), Lawrence D'Oliveiro
<ldo@nz.invalid> wrote:

>On Sun, 05 May 2024 11:20:02 -0600, John Savard wrote:
>
>> If you have decimal arithmetic, there's a direct connection between how
>> numbers are represented for reading and writing, and how they are
>> represented for internal arithmetic.
>
>It is easier to do addition/subtraction if you start from the least 
>significant end and propagate the carry/borrow along.
>
>I believe those early IBM character machines worked exactly this way.

Yes, I think you're right. While the IBM 1401 did store character
strings in the conventional big-endian order, they were addressed by
the location of their least significant digit so that arithmetic could
still start there, even if it then went backwards to lower addresses.

John Savard