First opcode table setup.
This commit is contained in:
+2
-11
@@ -1,4 +1,5 @@
|
||||
\documentclass[a4paper,12pt]{book}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{positioning}
|
||||
\usepackage{hyperref}
|
||||
@@ -15,14 +16,4 @@
|
||||
\include{chapter 1}
|
||||
\include{chapter 2}
|
||||
|
||||
\end{document}
|
||||
|
||||
\newcommand{\OpcodeTable}[5] {
|
||||
\begin{tabular}{ c c c c c }
|
||||
\hline
|
||||
Opcode & Bit Pattern & Mnemonic & Operand 1 & Operand 2 \\
|
||||
\hline\hline
|
||||
#1 & #2 & #3 & #4 & #5 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user