Re: Include assembly code in a class
Re: Include assembly code in a class
- Subject: Re: Include assembly code in a class
- From: Ondra Cada <email@hidden>
- Date: Fri, 30 Aug 2002 19:05:41 +0200
On Friday, August 30, 2002, at 05:25 , Arthur VIGAN wrote:
Is it possible to include assembly code in a method? I have written
special
algorithms in assembly (to improve speed) for my data analysis app, but I
don't know how to use it in my Objective-C code.
Exactly the same way you would from plain C. Whatever you can do in C, you
can do in ObjC as well: ObjC is a C superset.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.