aboutsummaryrefslogtreecommitdiff
path: root/microsoft-x64.tex
diff options
context:
space:
mode:
Diffstat (limited to 'microsoft-x64.tex')
-rw-r--r--microsoft-x64.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/microsoft-x64.tex b/microsoft-x64.tex
new file mode 100644
index 0000000..59ce87e
--- /dev/null
+++ b/microsoft-x64.tex
@@ -0,0 +1,14 @@
+\fcolorbox{black}{white}{%
+ \setlength{\tabcolsep}{.2em}%
+ \begin{tabular}{lcccccccc}
+ \multicolumn{7}{c}{\textbf{Function Calls}}\\\hline
+ Arguments: & rcx & rdx & r8 & r9\\
+ & A0 & A1 & A2 & scr\\
+ \hline
+ Result: & rax \\
+ & B0 \\
+ \hline
+ Callee-saved: & rbx & rbp & rdi & rsi & r12 & r13 & r14 & r15 \\
+ & B1 & scr & hp & asp & B4 & B5 & B6 & free \\
+ \end{tabular}%
+}%