![]() |
Instruction Set Architectures |
Header: MixedMode.h |
enum { kM68kISA = 0, kPowerPCISA = 1, kX86ISA = 2 };
The routine consists of Motorola 680x0 code.
The routine consists of PowerPC code.
The ISA field of a routine record contains a flag that specifies the instruction set architecture of a routine. You can use constants to specify the instruction set architecture.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)