In article ,
abz wrote:
> Is it possible ?
> By example one source ppc64 assembler and one source x86_64 assembler.
> Can I use pre-processor directive to call a function in one architecture
> and call an other function for the other architecture ?
>
> Any suggestion or web pointer will be greatly appreciate.
The simple answer is: NO.
No Macs have both a PowerPC and an Intel processor. Rosetta, the PowerPC
emulator in Intel Macs supports ppc, but not ppc64.
>> Stay informed about: two assembler source with not same architecture in same pr..