[SPCA] Add note on endianness

This commit is contained in:
2026-01-26 07:15:25 +01:00
parent b8dd353f09
commit 2f2432ddd3
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ Notable examples are \texttt{x86}, \texttt{RISC-V} (this one is open-source!), M
\texttt{x86}-Assembly files usually use the file extension \texttt{.s} or \texttt{.asm}
Most CPU architectures (including \texttt{x86}, most \texttt{ARM} and base \texttt{RISC-V} implementations) are little endian (also sometimes called right-to-left or right-aligned)
and thus have the LSB on at the lowest address.
\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.

Binary file not shown.