Just for educational purposes, I would like to add a function to an existing iPhone app, written in ARM assembly. I don\'t need a tutorial on ARM assembly in general, becaus
The simulator doesn't use arm. you'll have to write x86_64 assembly if you want it to run on the simulator. (probably).