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/doc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-02-05 17:25:31 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-02-05 17:25:31 +0300
commitcc46091167d437f7be888711e9b09bb9687490b8 (patch)
tree27fca91bab144adbdfdc2375b724db0a8a611d0b /doc
parenta797c7a10e22297cbc2420024518366cfa40d4b2 (diff)
Flush
svn path=/trunk/mono/; revision=22793
Diffstat (limited to 'doc')
-rw-r--r--doc/ppc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ppc b/doc/ppc
index 1b6dcbeb0a6..81580e03cd0 100644
--- a/doc/ppc
+++ b/doc/ppc
@@ -23,13 +23,18 @@
<A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPCFPE32B.pdf">PowerPC Programming environments manual</A><BR>
<A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPC7410UM.pdf">G4 (7410) User's manual</A>
-
+
There's a very nice introduction to PowerPC assembly language
at <a
href="http://www-106.ibm.com/developerworks/library/l-ppc/">http://www-106.ibm.com/developerworks/library/l-ppc/</a>.
*** Calling conventions:
- <a href="http://refspecs.freestandards.org/elf/elfspec_ppc.pdf">The PowerPC SystemV ABI specification</a>
+ Linux on PPC32 uses the <a
+ href="http://refspecs.freestandards.org/elf/elfspec_ppc.pdf">The
+ PowerPC SystemV ABI specification</a>.
+ On MacOS X, the conventions are documented in the <a
+ href="http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/MachORuntime.pdf">Mach-O
+ Runtime Architecture</a>.