comparison doc/manual/manual_overview.tex @ 73:8326c5ced916

- doc cleanup and html work
author cslag
date Sun, 13 Mar 2016 21:49:16 +0100
parents 2b89d8497aad
children 5c3fa8897e0e
comparison
equal deleted inserted replaced
72:2b89d8497aad 73:8326c5ced916
22 \section{Overview} 22 \section{Overview}
23 23
24 The \product{dyncall} library encapsulates architecture-, OS- and compiler-specific 24 The \product{dyncall} library encapsulates architecture-, OS- and compiler-specific
25 function call semantics in a virtual % 25 function call semantics in a virtual %
26 % 26 %
27 \casehtml{\Tg<span clas="marker">}{\begin{center}}% 27 \casehtml{\Tg<span class="marker">}{\begin{center}}%
28 \emph{bind argument parameters from left to right and then call} 28 \emph{bind argument parameters from left to right and then call}
29 \casehtml{\Tg</span>}{\end{center}}% 29 \casehtml{\Tg</span>}{\end{center}}%
30 % 30 %
31 interface allowing programmers to call C functions 31 interface allowing programmers to call C functions
32 in a completely dynamic manner. In other words, instead of calling a function 32 in a completely dynamic manner. In other words, instead of calling a function
46 Although the library aims to be highly portable, some assembler code needs to 46 Although the library aims to be highly portable, some assembler code needs to
47 be written for nearly every platform/compiler/OS combination. 47 be written for nearly every platform/compiler/OS combination.
48 Unfortunately, there are architectures we just don't have at home or work. If 48 Unfortunately, there are architectures we just don't have at home or work. If
49 you want to see \product{dyncall} running on such a platform, feel free to send 49 you want to see \product{dyncall} running on such a platform, feel free to send
50 in code and patches, or even to donate hardware you don't need anymore. 50 in code and patches, or even to donate hardware you don't need anymore.
51 Check the {\bf supported platforms} section for an overview of the supported 51 Check the \textbf{supported platforms} section for an overview of the supported
52 platforms and the different calling convention sections for details about the 52 platforms and the different calling convention sections for details about the
53 support. 53 support.
54 \\ 54 \\
55 \begin{comment} 55 \begin{comment}
56 @@@ 56 @@@