Move addressing modes section to beneath instructions
This commit is contained in:
parent
c8aa437fa4
commit
91bbdcdb23
26
main.tex
26
main.tex
@ -22,19 +22,6 @@
|
||||
\setlength{\colwidth}{\linewidth}
|
||||
\addtolength{\colwidth}{-0.5\columnsep}
|
||||
|
||||
\section{Addressing Modes}
|
||||
|
||||
\begin{tabularx}{\colwidth}{|l|X|}
|
||||
\hline
|
||||
Immediate & \texttt{\$C} \\ \hline
|
||||
Register & \texttt{\%R} \\ \hline
|
||||
Memory & \texttt{[C\textsubscript{d}](\%R\textsubscript{b}[,\%R\textsubscript{i}[,C\textsubscript{s}])} \\ \hline
|
||||
\end{tabularx}
|
||||
|
||||
\vspace{0.5em}
|
||||
|
||||
\[\mathrm{address} = C_d + R_b + C_sR_i\]
|
||||
|
||||
\section{Instructions}
|
||||
|
||||
\begin{tabularx}{\colwidth}{|>{\ttfamily}l|>{$}X<{$}|}
|
||||
@ -94,4 +81,17 @@
|
||||
q & 64 bits & & OF & Overflow (signed overflow) \\ \cline{1-2} \cline{4-5}
|
||||
\end{tabularx}
|
||||
|
||||
\section{Addressing Modes}
|
||||
|
||||
\begin{tabularx}{\colwidth}{|l|X|}
|
||||
\hline
|
||||
Immediate & \texttt{\$C} \\ \hline
|
||||
Register & \texttt{\%R} \\ \hline
|
||||
Memory & \texttt{[C\textsubscript{d}](\%R\textsubscript{b}[,\%R\textsubscript{i}[,C\textsubscript{s}])} \\ \hline
|
||||
\end{tabularx}
|
||||
|
||||
\vspace{0.5em}
|
||||
|
||||
\[\mathrm{address} = C_d + R_b + C_sR_i\]
|
||||
|
||||
\end{document}
|
||||
|
Loading…
x
Reference in New Issue
Block a user