mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 02:38:25 +00:00
[SPCA] More ASM
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user