[SPCA] More ASM

This commit is contained in:
2026-01-09 17:05:00 +01:00
parent d248e215bb
commit 74786112cf
5 changed files with 54 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
It includes for example the definition of instructions (and their options) and what registers are available.
Notable examples are \texttt{x86}, \texttt{RISC-V} (this one is open-source!), MIPS, ARM, etc
\texttt{x86}-Assembly files usually use the file extension \texttt{.s} or \texttt{.asm}
\fancydef{Microarchitecture} The implementation of the ISA. It defines the actual hardware layout and how the individual instructions are actually implemented
and thus also defines things such as core frequency, cache layout and more.