Instead of C/C++/Objective-C, is it possible to write parts of an ipad application in raw assembly?
|
|
Anon didn't ask if it was acceptable to submit such an application to the App Store, only if it were possible to write parts in assembler. I don't see why not. As long as you know the calling conventions and the toolchain includes an assembler, have at it. Especially if you write your assembler in the context of a C function, in a .c file, using the __asm__ GCC extensions, you probably couldn't tell from looking at the object files anyway. |
||||
|
|
Perhaps, but it's
|
|||||||||||||||||
|