mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[SPCA] Fixes a few errors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
\newpage
|
||||
\subsection{The syntax}
|
||||
There are two common styles: AT\&T syntax (common on UNIX) and Intel syntax (common on Windows)
|
||||
There are two common styles: AT\&T syntax (common on UNIX) and Intel syntax (common on Windows).
|
||||
The most obvious difference between the two is that they invert the order of operands,
|
||||
i.e. where the AT\&T syntax has the destination as the second argument, the Intel syntax puts it first.
|
||||
|
||||
The state that is visible to us is:
|
||||
\begin{itemize}
|
||||
|
||||
Reference in New Issue
Block a user