10Der Befehlssatz
After weighing our options, we embarked on what we expected would be a semester-long effort to make a clean-slate design of a new ISA. To say we underestimated the task would be a charitable understatement: we completed the user-level instruction set architecture four years later.
– Andrew Waterman, Design of the RISC-V Instruction Set Architecture (2016)
In diesem Buch behandeln wir die Befehle von zwei Modulen ausführlich: das Basismodul I (für integer) und M (für multiplication). Das I-Modul ist das Herz von RISC-V, in jedem Prozessor enthalten und besteht aus etwa 40 Einzelbefehlen. Vom M-Modul kommen noch acht hinzu.
10.1Laden und speichern
Die mit Abstand wichtigsten Befehle bei RISC-V sind die zum Laden einer Zahl in ...
Get Einführung in die moderne Assembler-Programmierung now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.