diff options
Diffstat (limited to 'system-v-abi.tex')
-rw-r--r-- | system-v-abi.tex | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/system-v-abi.tex b/system-v-abi.tex index fccfab5..72142db 100644 --- a/system-v-abi.tex +++ b/system-v-abi.tex @@ -1,14 +1,5 @@ -\fcolorbox{black}{white}{% - \setlength{\tabcolsep}{.2em}% - \begin{tabular}{lcccccc} - \multicolumn{7}{c}{\textbf{Function Calls}}\\\hline - Arguments: & rdi & rsi & rdx & rcx & r8 & r9\\ - & hp & asp & A1 & A0 & A2 & scr\\ - \hline - Result: & rax & rdx \\ - & B0 & A1 \\ - \hline - Callee-saved: & rbx & rbp & r12 & r13 & r14 & r15 \\ - & B1 & scr & B4 & B5 & B6 & free \\ - \end{tabular}% -}% +\setlength{\tabcolsep}{.2em}% +\begin{tabular}{lcccccccc} + \multicolumn{9}{c}{\textbf{\CallingConventionHeader}}\\\hline + \csname @@input\endcsname system-v-abi-contents % +\end{tabular}% |