Welcome to mirror list, hosted at ThFree Co, Russian Federation.

books « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/books
blob: d5933e798368634c3c029dd3c4da81164c8d8609 (plain)
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
* C# Books

   A Programmer's Introduction to C# - Second Edition: Eric Gunnerson

* Remoting

   <a href="http://www.dotnetremoting.cc/book/AdvancedDotNetRemoting.asp">
   Advanced .NET Remoting: Ingo Rammer</a>

* Compiler Implementation

   Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
   Jeffrey D. Ullman 

   Advanced Compiler Design Implementation: Steven S. Muchnick

   Modern Compiler Implementation in C: Andrew W. Appel

   A Retargetable C Compiler - Design and Implementation: C. Fraser, David
   Hanson

* Reference Manuals

   <a
   href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
   Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>

   <a
   href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
   - i386 Architecture Processor Supplement</a> 

   <a
   href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
   MIPS Processor supplement</a>

   <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
   Manual Version 8</a>