Important: The information in this document is obsolete and should not be used for new development.
|
|
Log In | Not a Member? |
Contact ADC |
Instruction Set Architectures
TheISAfield 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.
enum { kM68kISA = (ISAType)0, /*MC680x0 architecture*/ kPowerPCISA = (ISAType)1 /*PowerPC architecture*/ };Constant descriptions
kM68kISA- The routine consists of 680x0 code.
kPowerPCISA- The routine consists of PowerPC code.
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |