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 <v19fk8$2asct$4@dont-email.me>
Deutsch   English   Français   Italiano  
<v19fk8$2asct$4@dont-email.me>

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: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: Byte Addressability And Beyond
Date: Mon, 6 May 2024 02:34:48 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <v19fk8$2asct$4@dont-email.me>
References: <v0s17o$2okf4$2@dont-email.me>
	<glff3j9i1f0h52r2vvpk2psek0gglvr769@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 06 May 2024 04:34:49 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="5a5e5419d741772afcc61781addc791b";
	logging-data="2453917"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/JAkjDGCc0KaCcRrOkjqOD"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:QXGJODBWJPZTp6VAKFF2bpO4Ygc=
Bytes: 1390

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.