Sujet : Re: The DOS 3.3 SYS.COM Bug Hunt
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.miscDate : 25. Feb 2025, 09:02:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vpjtds$1qtkt$2@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.162 (Pokrosvk)
On Tue, 25 Feb 2025 07:28:37 +0000, Kerr-Mudd, John wrote:
Raspberry Pi sort of wanted to revive that simpler times, but it only
works with a higher level language (Python); (ARM assembly is
notoriously obscure).
Now days the definition of “low-level” programming is using a language
like C. Note also that the Pi, being a full Linux system, has access to
all the range of languages available in any major Linux distro. Maybe you
want to try C++ or D instead of C? Ada? Smalltalk? Really want to get your
hands dirty an old-style assembly language, for some vintage architecture
like the PDP-11? Apple II? Altair 8800? IBM 1401? Software emulators for
all of these are available.
Modern assembly/machine language is the way it is because it’s designed
for compilers to generate efficient code, not for humans to understand.