Deutsch   English   Français   Italiano  
<819aaf48-c30f-48f9-8da8-d879756a10d8n@googlegroups.com>

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

X-Received: by 2002:a05:620a:1712:b0:75c:6a75:be4a with SMTP id az18-20020a05620a171200b0075c6a75be4amr1814179qkb.14.1685386869295;
        Mon, 29 May 2023 12:01:09 -0700 (PDT)
X-Received: by 2002:a25:3cf:0:b0:bac:adb9:40b7 with SMTP id
 198-20020a2503cf000000b00bacadb940b7mr4845035ybd.5.1685386869042; Mon, 29 May
 2023 12:01:09 -0700 (PDT)
Path: ...!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: fr.comp.sys.atari
Date: Mon, 29 May 2023 12:01:08 -0700 (PDT)
In-Reply-To: <u4veil$2epud$1@paganini.bofh.team>
Injection-Info: google-groups.googlegroups.com; posting-host=90.125.209.83; posting-account=HPBY0woAAADIQTaxOOgZHpdgKlVwPm6B
NNTP-Posting-Host: 90.125.209.83
References: <u4qd4v$1koeh$1@paganini.bofh.team> <d8f4946a-75be-43c8-aa60-9679a067b1f7n@googlegroups.com>
 <u4veil$2epud$1@paganini.bofh.team>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <819aaf48-c30f-48f9-8da8-d879756a10d8n@googlegroups.com>
Subject: Re: Boutisme
From: Arachide <moulinaie@gmail.com>
Injection-Date: Mon, 29 May 2023 19:01:09 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Bytes: 2270
Lines: 26

Le dimanche 28 mai 2023 =C3=A0 13:41:41 UTC+2, Francois LE COAT a =C3=A9cri=
t=C2=A0:

> Lorsque l'on parle de boutisme, on parle de hardware, et de langages=20
> tr=C3=A8s proches du mat=C3=A9riel informatique.

Alors pas forc=C3=A9ment, et dans les deux sens:

- Tu peux tr=C3=A8s bien programmer sur 68k en assembleur sans t'occuper du=
 boutisme: tu veux stocker un LONG ?
move.l donn=C3=A9e,adresse.
Tu veux relire le LONG ?
move.l adresse, donn=C3=A9e

Tu ne t'es pas occup=C3=A9 de comment est stock=C3=A9 le LONG. C'est inutil=
e. (Sauf si tu veux le bricoler en deux WORD ou en quatre BYTE).

- Inversement, tu peux programmer en C, en GFA ou autre, un lecteur de fich=
iers AVI (tout en little-endian), et ton programme devra tenir compte du bo=
utisme car en lisant les LONGS il faudra les remettre dans l'ordre.

Voil=C3=A0, le boutisme va concerner ceux que =C3=A7a concerne. C'est ind=
=C3=A9pendant du langage, du hardware ou autre. =C3=87a d=C3=A9pend de ce q=
u'on fait.

Guillaume.