6d41c0afc13fc1f6e77f384acb8f31e928d2c593
[mono.git] / doc / books
1 * C# Books
2
3    A Programmer's Introduction to C# - Second Edition: Eric Gunnerson
4
5 * Compiler Implementation
6
7    Compilers - Principles, Techniques, and Tools: Alfred V. Aho, Ravi Sethi,
8    Jeffrey D. Ullman 
9
10    Advanced Compiler Design Implementation: Steven S. Muchnick
11
12    Modern Compiler Implementation in C: Andrew W. Appel
13
14    A Retargetable C Compiler - Design and Implementation: C. Fraser, David
15    Hanson
16
17 * Reference Manuals
18
19    <a
20    href="http://developer.intel.com/design/pentium/manuals/24319101.pdf">Intel
21    Architecture Software Developer's Manual, Volume 2 - Instruction Set Reference Manual</a>
22
23    <a
24    href="http://www.caldera.com/developers/devspecs/abi386-4.pdf">System V ABI
25    - i386 Architecture Processor Supplement</a> 
26
27    <a
28    href="http://www.caldera.com/developers/devspecs/mipsabi.pdf">System V ABI -
29    MIPS Processor supplement</a>
30
31    <a href="http://www.sparc.org/standards/V8.pdf">The SPARC Architecture
32    Manual Version 8</a>