diff --git a/main.tex b/main.tex index 1527c89..bc81e4e 100644 --- a/main.tex +++ b/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}