How do I use the ARM assembler in XCode?

后端 未结 5 737
傲寒
傲寒 2021-01-01 04:59

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

5条回答
  •  醉话见心
    2021-01-01 05:48

    The simulator doesn't use arm. you'll have to write x86_64 assembly if you want it to run on the simulator. (probably).

提交回复
热议问题