aboutsummaryrefslogtreecommitdiff
path: root/registers.tex
blob: 0fd363fe76614521a7bc5226ed9e8ced3851e4d6 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{\hfill%
\fcolorbox{black}{white}{%
	\begin{tabular}{ll}
		A0 & rcx \\
		A1 & rdx \\
		A2 & r8 \\
		\hline
		B0 & rax \\
		B1 & rbx \\
		B2 & r10 \\
		B3 & r11 \\
		B4 & r12 \\
		B5 & r13 \\
		B6 & r14 \\
		\hline
		asp & rsi \\
		bsp & rsp \\
		hp & rdi \\
		free & r15 \\
		\hline
		scratch & rbp \\
		scratch & r9 \\
	\end{tabular}%
}%
\hfill%
\fcolorbox{black}{white}{%
	\begin{tabular}{ll}
		rax & B0 \\
		rbx & B1 \\
		rcx & A0 \\
		rdx & A1 \\
		\hline
		rbp & scratch \\
		rdi & hp \\
		rsi & asp \\
		rsp & bsp \\
		\hline
		r8  & A2 \\
		r9  & scratch \\
		r10 & B2 \\
		r11 & B3 \\
		r12 & B4 \\
		r13 & B5 \\
		r14 & B6 \\
		r15 & free \\
	\end{tabular}%
}%
\hfill}%