comparison doc/manual/callconvs/callconv_sparc64.tex @ 297:dd1d0b0fd896

- doc typo
author Tassilo Philipp
date Wed, 16 May 2018 18:27:59 +0200
parents e07fb0bbddae
children 276eb8c87aa0
comparison
equal deleted inserted replaced
296:e6bd998b0308 297:dd1d0b0fd896
23 23
24 The SPARC family of processors is based on the SPARC instruction set architecture, which comes in basically tree revisions, 24 The SPARC family of processors is based on the SPARC instruction set architecture, which comes in basically tree revisions,
25 V7, V8\cite{SPARCV8}\cite{SPARCSysV} and V9\cite{SPARCV9}\cite{SPARCV9SysV}. The former two are 32-bit (see previous chapter) whereas the latter refers to the 64-bit SPARC architecture. 25 V7, V8\cite{SPARCV8}\cite{SPARCSysV} and V9\cite{SPARCV9}\cite{SPARCV9SysV}. The former two are 32-bit (see previous chapter) whereas the latter refers to the 64-bit SPARC architecture.
26 SPARC uses big endian byte order, however, V9 supports also little endian byte order, but for data access only, not instruction access.\\ 26 SPARC uses big endian byte order, however, V9 supports also little endian byte order, but for data access only, not instruction access.\\
27 \\ 27 \\
28 There are two probosals, one from Sun and one from Hal, which disagree on how to handle some aspects of this calling convention.\\ 28 There are two proposals, one from Sun and one from Hal, which disagree on how to handle some aspects of this calling convention.\\
29 29
30 \paragraph{\product{dyncall} support} 30 \paragraph{\product{dyncall} support}
31 31
32 \product{dyncall} fully supports the SPARC 64-bit instruction set (V9), for calls and callbacks. 32 \product{dyncall} fully supports the SPARC 64-bit instruction set (V9), for calls and callbacks.
33 33