Sujet : Re: Why VAX Was the Ultimate CISC and Not RISC
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.archDate : 07. Mar 2025, 05:09:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqdrh9$3cdrc$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 7 Mar 2025 02:27:59 -0000 (UTC), Waldek Hebisch wrote:
VAX intstructions are very complex and much of that complexity is hard
to use in compilers.
A lot of them mapped directly to common high-level operations. E.g. MOVC3/
MOVC5 for string copying, and of course POLYx for direct evaluation of
polynomial functions.
In a way, one could say that, in many ways, VAX machine language was a
higher-level language than Fortran.