Apple is not aware of any end-user application or utility that can tell if a computer is running PowerPC 601 specific code. However, the developer of your application can check their code to be sure it is "Power Clean" using a Macintosh Programmer's Workshop (MPW) tool called DumpPEF. Developers should be using MPW version 2.0 or later. Here is more information from Developer Technical Support regarding this topic:
"The latest pre-release MPW DumpPEF tool (version 2.0b1 from E.T.O. #15) has an option, -w601, to scan for PowerPC 601 specific instructions. It is one way to test if your code is affected. Be aware, however, that DumpPEF cannot always distinguish between code and data and may flag POWER opcodes that are really data. You should check all warnings from DumpPEF to be sure they are not spurious. Even if the tool finds valid POWER opcodes, there is no guarantee the instructions are part of an executable code path. You should, of course, test your application on 603/604 hardware as soon as it is available."
This means the MPW tool DumpPEF version 2.0 or later will identify 601 specific instructions. If DumpPEF finds no 601 specific instructions, your code is considered Power Clean. Even if DumpPEF finds 601 instructions, your code may still be clean; you have to examine further the 601 code in question to ensure that DumpPEF is not reporting a 'false positive' due to reading data as code.
Support Information Services