Inline asm on Mac PPC?

Mac OSX specific forum
Prod
User
User
Posts: 14
Joined: Thu Mar 31, 2005 3:47 pm
Location: Denmark

Inline asm on Mac PPC?

Post by Prod »

Is it there? Does it work? Any dirty tricks needed to get it going? :?
freak
PureBasic Team
PureBasic Team
Posts: 5946
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Inline asm on Mac PPC?

Post by freak »

You can only use the direct ASM lines starting with a "!" on OSX iirc. That works on PPC and X86. Just look at the output generated with the --commented switch to see how PB accesses variables etc.
quidquid Latine dictum sit altum videtur
Prod
User
User
Posts: 14
Joined: Thu Mar 31, 2005 3:47 pm
Location: Denmark

Re: Inline asm on Mac PPC?

Post by Prod »

Goodie. :)
Just one more thing. Do we have 64 bit on Mac PPC? Or will we ever? :?
Post Reply