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
diff options
context:
space:
mode:
authorSergey Chaban <serge@mono-cvs.ximian.com>2002-03-27 13:23:29 +0300
committerSergey Chaban <serge@mono-cvs.ximian.com>2002-03-27 13:23:29 +0300
commit9188402fc4571b63cbfe3f61840d5c9aa27e0b53 (patch)
treead07783a14d02ad424e3512f54339862ab760231 /web/resources
parent31d3af16dc18fd6d52b8ca2d1396f921e4a89cf0 (diff)
* resources: Assembly language manuals/tutorials and Win32 SEH internals;
svn path=/trunk/mono/; revision=3392
Diffstat (limited to 'web/resources')
-rw-r--r--web/resources32
1 files changed, 30 insertions, 2 deletions
diff --git a/web/resources b/web/resources
index 880f682166e..fecdbc1d67c 100644
--- a/web/resources
+++ b/web/resources
@@ -151,6 +151,34 @@
* <A
href="http://developer.gnome.org/arch/">Architecture Overview</a>
</ul>
-
- \ No newline at end of file
+** Assembly Language Manuals online
+
+ <ul>
+ * <a href="http://www.agner.org/assem/#optimize">
+ Pentium optimization tutorial</a> by Agner Fog
+
+ * <a href="http://webster.cs.ucr.edu/">
+ Art of Assembly</a> (x86 only)
+
+ * Documentation for various CPUs
+ (<a href="http://www.mit.edu/afs/sipb/contrib/doc/specs/ic/cpu/">
+ x86, IA64, MIPS, ARM, Alpha</a>)
+
+ * <a href="http://www.heyrick.co.uk/assembler/">
+ ARM Assembler</a> tutorial
+
+ * PowerPC
+ <a href="http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6">
+ Compiler Writer's Guide</a>
+
+ * <a href="http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html">
+ Beginners Guide to PowerPC Assembler</a>
+ </ul>
+
+** Win32
+
+ <ul>
+ * Win32 <a href="http://www.jorgon.freeserve.co.uk/ExceptFrame.htm">
+ Structured Exception Handling (SEH)</a> internals (x86 specific)
+ </ul>