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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/books
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>2002-03-20 14:39:05 +0300
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>2002-03-20 14:39:05 +0300
commitf75d8012bd45f7eed0c030e07778457029758173 (patch)
treee820309a009ce6cff6765ed97c0e80f22b0fd81a /web/books
parent5bbce0457dbda4e263f6ff32f0cd80f7f488d816 (diff)
added a list of books and papers
svn path=/trunk/mono/; revision=3234
Diffstat (limited to 'web/books')
-rw-r--r--web/books32
1 files changed, 32 insertions, 0 deletions
diff --git a/web/books b/web/books
new file mode 100644
index 00000000000..6d41c0afc13
--- /dev/null
+++ b/web/books
@@ -0,0 +1,32 @@
+* C# Books
+
+ A Programmer's Introduction to C# - Second Edition: Eric Gunnerson
+
+* 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> \ No newline at end of file