[Mono-list] Mono on MacOS X

Serge serge@wildwestsoftware.com
Sat, 9 Mar 2002 15:51:35 +0200


> You want to set a breakpoint and inspect the generated powerpc assembly,
> stepping on each instruction to pinpoint where exactly it fails.

BTW,
Just in case if someone is looking for PowerPC assembly & architecture
guides, some quick pointers.
Some assembly beginners tutorials to get started:
http://www.mactech.com/articles/develop/issue_21/21balance.html
http://www.lightsoft.co.uk/Fantasm/Beginners/begin1.html

OS X assembler guide:
http://developer.apple.com/techpubs/macosx/DeveloperTools/Assembler/Assemble
rTOC.html
(it's mainly about how to use the as, but still can be useful).

http://e-www.motorola.com/ has a lot of stuff,
this one may be useful:
http://e-www.motorola.com/brdata/PDFDB/docs/MPCFPE32B.pdf

Also IBM technical library should have something as well.
Some PPC info can be found in Microsoft EVT documentation.

Sergey