Carbon


Instruction Set Architectures

Header: MixedMode.h

enum {
    kM68kISA = 0,
    kPowerPCISA = 1,
    kX86ISA = 2
};

Constant descriptions

kM68kISA

The routine consists of Motorola 680x0 code.

kPowerPCISA

The routine consists of PowerPC code.

kX86ISA

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)