comparison doc/manual/callconvs/callconv_x64.tex @ 77:e441ef3ec782

- manual layout tweaks
author cslag
date Mon, 21 Mar 2016 01:23:37 +0100
parents 7ca46969e0ad
children e932e6331f35
comparison
equal deleted inserted replaced
76:7ca46969e0ad 77:e441ef3ec782
54 \subsubsection{MS Windows} 54 \subsubsection{MS Windows}
55 55
56 \paragraph{Registers and register usage} 56 \paragraph{Registers and register usage}
57 57
58 \begin{table}[h] 58 \begin{table}[h]
59 \begin{tabular*}{0.75\textwidth}{3 B} 59 \begin{tabular*}{0.95\textwidth}{3 B}
60 \hline 60 \hline
61 Name & Brief description\\ 61 Name & Brief description\\
62 \hline 62 \hline
63 {\bf rax} & scratch, return value\\ 63 {\bf rax} & scratch, return value\\
64 {\bf rbx} & permanent\\ 64 {\bf rbx} & permanent\\
152 \subsubsection{System V (Linux / *BSD / MacOS X)} 152 \subsubsection{System V (Linux / *BSD / MacOS X)}
153 153
154 \paragraph{Registers and register usage} 154 \paragraph{Registers and register usage}
155 155
156 \begin{table}[h] 156 \begin{table}[h]
157 \begin{tabular*}{0.75\textwidth}{3 B} 157 \begin{tabular*}{0.95\textwidth}{3 B}
158 \hline 158 \hline
159 Name & Brief description\\ 159 Name & Brief description\\
160 \hline 160 \hline
161 {\bf rax} & scratch, return value\\ 161 {\bf rax} & scratch, return value\\
162 {\bf rbx} & permanent\\ 162 {\bf rbx} & permanent\\