mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 10:50:05 +01:00
[SPCA] Fix typos
This commit is contained in:
@@ -5,7 +5,7 @@ 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}
|
\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)
|
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.
|
and thus have the LSB 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
|
\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.
|
and thus also defines things such as core frequency, cache layout and more.
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user