Workflow for writing ARM assembly code on the iphone

前端 未结 4 1869
情深已故
情深已故 2021-01-31 12:06

I would like to begin writing ARM assembler and running it on the iPhone.

This is not with the intent of using in an app to be released to the app store - Basically I w

4条回答
  •  半阙折子戏
    2021-01-31 12:14

    Note also that there is nothing wrong with including assembly in app store submissions. It's only using frameworks that are not public they frown on.

    They don't care how the binary is generated as long as it works, looks decently OK, and follows the aforementioned rule.

提交回复
热议问题