aboutsummaryrefslogtreecommitdiff
path: root/registers-x86.tex
diff options
context:
space:
mode:
Diffstat (limited to 'registers-x86.tex')
-rw-r--r--registers-x86.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/registers-x86.tex b/registers-x86.tex
new file mode 100644
index 0000000..b0d714f
--- /dev/null
+++ b/registers-x86.tex
@@ -0,0 +1,30 @@
+{\hfill%
+\fcolorbox{black}{white}{%
+ \begin{tabular}{ll}
+ A0 & ecx \\
+ A1 & edx \\
+ A2 & ebp \\
+ \hline
+ B0 & eax \\
+ B1 & ebx \\
+ \hline
+ asp & esi \\
+ bsp & esp \\
+ hp & edi \\
+ \end{tabular}%
+}%
+\hfill%
+\fcolorbox{black}{white}{%
+ \begin{tabular}{ll}
+ eax & B0 \\
+ ebx & B1 \\
+ ecx & A0 \\
+ edx & A1 \\
+ \hline
+ ebp & A2 \\
+ edi & hp \\
+ esi & asp \\
+ esp & bsp \\
+ \end{tabular}%
+}%
+\hfill}%