aboutsummaryrefslogtreecommitdiff
path: root/microsoft-x64.tex
diff options
context:
space:
mode:
authorCamil Staps2018-11-09 19:58:41 +0100
committerCamil Staps2018-11-09 19:58:41 +0100
commit793ed55a719ac626eee2ce5d4cc4fbc3ea32bf50 (patch)
treecd1d365a1b6a250f6c25a126656ca820e3e8499a /microsoft-x64.tex
parentAdd mac.tex (diff)
Add Windows x64
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}%
+}%