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

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

Path: ...!npeer.as286.net!npeer-ng0.as286.net!weretis.net!feeder8.news.weretis.net!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: Fri, 3 May 2024 03:02:20 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <v11k3s$aknp$2@dont-email.me>
References: <v0s17o$2okf4$2@dont-email.me> <v0soai$30rmc$3@dont-email.me>
	<f2ac45ffe1718a0b0070f027f0e5f58c@www.novabbs.org>
	<v0u991$3c1r5$7@dont-email.me> <v0u9uf$2ndi$1@gal.iecc.com>
	<2024May2.192130@mips.complang.tuwien.ac.at>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 03 May 2024 05:02:20 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="cfd0dd0a0e9abee8835016bed2d05754";
	logging-data="348921"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18LBoR4og6ODeb0mNyEV2m/"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:j72Pq3vkcXTKTp/r1bGQja2+ecI=
Bytes: 1767

On Thu, 02 May 2024 17:21:30 GMT, Anton Ertl wrote:

> The 68000 and 88000 architectures (which have instructions with bit
> numbers) make the least significant bit have number 0, so they are
> bitwise little-endian.

The 68000 family is an example of the knots you can tie yourself into, 
trying to come up with bit numberings for a big-endian architecture.

The 16-bit members of the family (pre-68020) had single-bit extraction/
insertion instructions, which numbered the bits one way. The 32-bit 
machines added bit-field instructions, which used an entirely different 
bit numbering.