forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 1
/
books.bib
227 lines (196 loc) · 6.14 KB
/
books.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
@book{Kernighan:1988:CPL:576122,
author = {Kernighan, Brian W.},
editor = {Ritchie, Dennis M.},
title = {The C Programming Language},
year = {1988},
isbn = {0131103709},
edition = {2nd},
publisher = {Prentice Hall Professional Technical Reference},
}
@book{Knuth:1998:ACP:521463,
author = {Knuth, Donald E.},
title = {The Art of Computer Programming Volumes 1-3 Boxed Set},
year = {1998},
isbn = {0201485419},
edition = {2nd},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@book{Warren:2002:HD:515297,
author = {Warren, Henry S.},
title = {Hacker's Delight},
year = {2002},
isbn = {0201914654},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@book{ARM:1994,
author = {Advanced RISC Machines Ltd},
title = {The ARM Cookbook},
year = {1994},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17273}",
}
@book{C99TC3,
author = {ISO},
title = {ISO/IEC 9899:TC3 (C C99 standard)},
year = {2007},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17274}",
}
@book{CPP11,
author = {ISO},
title = {ISO/IEC 14882:2011 (C++ 11 standard)},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17275}",
}
@book{IOSABI,
author = {Apple},
title = {iOS ABI Function Call Guide},
year = {2010},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17276}",
}
@book{Raymond:2003:AUP:829549,
author = {Raymond, Eric S.},
title = {The Art of UNIX Programming},
year = {2003},
isbn = {0131429019},
publisher = {Pearson Education},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17277}",
}
@book{AgnerFog,
author = {Agner Fog},
title = {The microarchitecture of Intel, AMD and VIA CPUs / An optimization guide for assembly programmers and compiler makers},
year = {2013},
note = "\url{http://go.yurichev.com/17278}",
}
@book{AgnerFogCPP,
author = {Agner Fog},
title = {Optimizing software in C++: An optimization guide for Windows, Linux and Mac platforms},
year = {2013},
note = "\url{http://go.yurichev.com/17279}",
}
@book{AgnerFogCC,
author = {Agner Fog},
title = {Calling conventions},
year = {2014},
note = "\url{http://go.yurichev.com/17280}",
}
@book{PPC,
author = {IBM},
title = {PowerPC(tm) Microprocessor Family: The Programming Environments for 32-Bit Microprocessors},
year = {2000},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17281}",
}
@book{PPCABI,
author = {Steve Zucker, SunSoft and Kari Karhi, IBM},
title = {SYSTEM V APPLICATION BINARY INTERFACE: PowerPC Processor Supplement},
year = {1995},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17282}",
}
@book{Russinovich,
author = {Mark E. Russinovich and David A. Solomon with Alex Ionescu},
title = {Windows® Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition},
year = {2009},
}
@book{Schneier,
author = {Bruce Schneier},
title = {Applied Cryptography: Protocols, Algorithms, and Source Code in C},
year = {1994},
}
@book{Intel,
author = {Intel},
title = {Intel® 64 and IA-32 Architectures Software Developer’s Manual Combined Volumes:1, 2A, 2B, 2C, 3A, 3B, and 3C},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17283}",
}
@book{AMD,
author = {AMD},
title = {AMD64 Architecture Programmer’s Manual},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17284}",
}
@book{AMDOptimization,
author = {AMD},
title = {Software Optimization Guide for AMD Family 16h Processors},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17285}",
}
@book{Cormen:2009:IAT:1614191,
author = {Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford},
title = {Introduction to Algorithms, Third Edition},
year = {2009},
isbn = {0262033844, 9780262033848},
edition = {3rd},
publisher = {The MIT Press},
}
@book{10PRINT,
author = {Nick Montfort et al},
title = {10 PRINT CHR\$(205.5+RND(1)); : GOTO 10},
year = {2012},
publisher = {The MIT Press},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17286}",
}
@book{ARMref,
author = {ARM},
title = {ARM® Architecture Reference Manual, ARMv7-A and ARMv7-R edition},
year = {2012},
}
@book{ARM64ref,
author = {ARM},
title = {ARM Architecture Reference Manual, ARMv8, for ARMv8-A architecture profile},
year = {2013},
}
@book{ARM64_PCS,
author = {ARM},
title = {Procedure Call Standard for the ARM 64-bit Architecture (AArch64)},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17287}",
}
@book{ARM64_ELF,
author = {ARM},
title = {ELF for the ARM 64-bit Architecture (AArch64)},
year = {2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17288}",
}
@book{TCPPPL,
author = {Bjarne Stroustrup},
title = {The C++ Programming Language, 4th Edition},
year = {2013},
}
@book{MIPSRun,
author = {Dominic Sweetman},
title = {See MIPS Run, Second Edition},
year = {2010},
}
@book{Eickhoff,
author = {Jens Eickhoff},
title = {Onboard Computers, Onboard Software and Satellite Operations: An Introduction},
year = {2011},
}
@book{SICP,
author = {Harold Abelson and Gerald Jay Sussman and Julie Sussman},
title = {Structure and Interpretation of Computer Programs},
year = {1996},
}
@book{Numerical,
author = {William H. Press and Saul A. Teukolsky and William T. Vetterling and Brian P. Flannery},
title = {Numerical Recipes},
year = {2007},
}
@book{IntelOptimization,
author = {Intel},
title = {Intel® 64 and IA-32 Architectures Optimization Reference Manual},
year = {September 2014},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17342}",
}
@book{JavaSE7,
author = {Java},
title = {The Java® Virtual Machine Specification Java SE 7 Edition},
year = {February 2013},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17345} \AndENRU \url{http://go.yurichev.com/17346}",
}
@book{StephenMorse,
author = {Stephen P. Morse},
title = {The 8086 Primer},
year = {1980},
note = "\AlsoAvailableAs \url{http://go.yurichev.com/17351}",
}