ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with the Mac OS X developer tools. The software or headers described may not be present on your Mac OS X installation until you install the developer tools package. This package is available on your Mac OS X installation DVD, and the latest versions can be downloaded from developer.apple.com. For more information about the manual page format, see the manual page for manpages(5). |
PPCEXPLAIN(1) BSD General Commands Manual PPCEXPLAIN(1) NAME /Developer/Tools/PPCExplain -- Verbose description of PowerPC mnemonics SYNOPSIS /Developer/Tools/PPCExplain <opcode> DESCRIPTION /Developer/Tools/PPCExplain is a tool to print the meaning and arguments for Power PC mnemonics. It is useful when reading or writing Power PC assembly code. The mnemonics are from "Programming Environments Manual For 32-Bit Implementations of the PowerPC Architecture" MPCFPE32B/AD, 12/2001, REV 2. <opcode> The Power PC opcode to explain. RETURN VALUES 0 success 1 Invalid opcode 2 any other error EXAMPLES /Developer/Tools/PPCExplain dcbst dcbst: data cache block store rA,rB Mac OS X June 3, 2004 Mac OS X |
|