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 <8f4d2f7b25485168e5c56c2c6b706755@www.novabbs.org>
Deutsch   English   Français   Italiano  
<8f4d2f7b25485168e5c56c2c6b706755@www.novabbs.org>

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

Path: ...!news.misty.com!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: mitchalsup@aol.com (MitchAlsup1)
Newsgroups: comp.arch
Subject: Re: Byte Addressability And Beyond
Date: Wed, 1 May 2024 16:43:09 +0000
Organization: Rocksolid Light
Message-ID: <8f4d2f7b25485168e5c56c2c6b706755@www.novabbs.org>
References: <v0s17o$2okf4$2@dont-email.me> <v0srro$31ruh$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="2946141"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="65wTazMNTleAJDh/pRqmKE7ADni/0wesT78+pyiDW8A";
User-Agent: Rocksolid Light
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Rslight-Posting-User: ac58ceb75ea22753186dae54d967fed894c3dce8
X-Rslight-Site: $2y$10$uzuJUAPlFbkW6lVtMCaic..XrmbNe0PI06gsxevTjiMZ5xqkMasGi
Bytes: 2360
Lines: 31

Thomas Koenig wrote:

> Lawrence D'Oliveiro <ldo@nz.invalid> schrieb:

>> (Interesting that the microprocessor world made byte addressing--and ASCII 
>> character encoding--universal right from the beginning. Starting from a 
>> clean slate, I guess.)

> A major market for microprocessors were pocket calculators,
> cash registers and the like, which is why having 8 bits and BCD
> arithmetic was an advantage - see the DAA instruction of the 8080
> or the decimal flag on the 6502.

From 1978-1980 I worked at NCR corporation on cash registers.
We made a BASIC interpreter as the programmable backbone of 
the cash register lineup. Not a single decimal arithmetic 
instruction was used in the cash register application. The
BASIC interpreter was written by a 5-man team in 8085 assembler.

That model was sold from 1979 through 1998. So the lack of
decimal arithmetic was not a significant disadvantage.

> The basis of the 8008, the first serious microprocessor,
> was the Datapoint 2200.  A nice history can be found at
> http://www.righto.com/2023/08/datapoint-to-8086.html .
> And as the Datapoint 2200 was originally a "smart terminal",
> it had to be able to connect to mainframes, which meant that
> 8-bit bytes were a natural choice.  (And I still think that
> having BCD influenced the decision to go to the 8-bit byte
> on the /360).

> So, anything but a clean slate.