aboutsummaryrefslogtreecommitdiff
path: root/registers-x86.tex
blob: 81bbbb38b2e34a4271f9394603c24765eaa56775 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{\hfill%
\fcolorbox{black}{white}{%
	\begin{tabular}{ll}
		A0 & ecx \\
		A1 & edx \\
		\hline
		B0 & eax \\
		B1 & ebx \\
		\hline
		asp & esi \\
		bsp & esp \\
		hp & edi \\
		\hline
		scratch & ebp \\
	\end{tabular}%
}%
\hfill%
\fcolorbox{black}{white}{%
	\begin{tabular}{ll}
		eax & B0 \\
		ebx & B1 \\
		ecx & A0 \\
		edx & A1 \\
		\hline
		ebp & scratch \\
		edi & hp \\
		esi & asp \\
		esp & bsp \\
	\end{tabular}%
}%
\hfill}%