I thought that I had done this
[libresoc-isa-manual.git] / powerpc-add / src / power-spec.tex
1 %
2 %=======================================================================
3 % power-spec.tex
4 %-----------------------------------------------------------------------
5
6 \documentclass[twoside,11pt]{book}
7
8 % Fix copy/pasting of ligatures in Acrobat
9 \input{glyphtounicode.tex}
10 \pdfgentounicode=1 %
11
12 \input{preamble}
13
14 \begin{document}
15
16 \title{\vspace{-0.7in}\Large {\bf Additions to The PowerPC Instruction Set Manual} \\
17 \large {\bf Libre-SOC Extensions} \\
18 Document Version \specrev
19 \vspace{-0.1in}}
20
21 \author{Editor: Alain D D Williams$^{1}$ \\
22 $^{1}$Parliament Hill Computers Ltd, \\
23 {\tt addw@phcomp.co.uk} \\
24 \today
25 }
26 \date{}
27 \maketitle
28
29 Contributors to all versions of the spec in
30 alphabetical order (please contact editors to suggest
31 corrections):
32 Luke Kenneth Casson Leighton, Jacob R Lifshay, Alain D D Williams
33
34 This document is released under a Creative Commons Attribution 4.0
35 International License.
36
37 Please cite as: ``The PowerPC Instruction Set Additions, Document Version \specrev'', Editor
38 Alain Williams, Libre-SOC, \specmonthyear.
39
40
41 \markboth{Volume I: PowerPC ISAMUX \specrev}
42 {Volume I: PowerPC ISAMUX \specrev}
43 \thispagestyle{empty}
44
45 \frontmatter
46
47 \input{preface}
48
49 {\hypersetup{linktoc=all,hidelinks}
50 \tableofcontents
51 }
52
53 \mainmatter
54
55 \input{intro}
56 \input{isamux}
57
58 % \input{rv32}
59 % \input{zifencei}
60 % \input{rv32e}
61 % \input{rv64}
62 % \input{rv128}
63 % \input{m}
64 % \input{a}
65 % \input{csr}
66 % \input{counters}
67 % \input{f}
68 % \input{d}
69 % \input{q}
70 % \input{rvwmo}
71 % \input{l}
72 % \input{c}
73 % \input{b}
74 % \input{j}
75 % \input{t}
76 % \input{p}
77 % \input{v}
78 % \input{zam}
79 % \input{ztso}
80 % \input{gmaps}
81 % \input{assembly}
82 % \input{extensions}
83 % \input{naming}
84 % \input{history}
85 %
86 % \appendix
87 % \input{memory}
88
89 \bibliographystyle{plain}
90 \bibliography{power-spec}
91
92 \input{printglossaries}
93
94 \end{document}