views:

183

answers:

0

Hello,

I want to create simple Cocoa application with Xcode. But i need to add NASM assembler functionality to my application (to compile assembler application). NASM is shipped with developers tools but not everyone have installed developer tools. Is it possible to ship NASM with my application bundle and how would I make such a project with Xcode ? Any suggestions ?