Is execution of ARM assembly in iPhone Simulator or Android Simulator possible? -


Can someone tell me that simulators are possible to execute programs using hand assembly language?

This is not possible in the iPhone simulator because it is an i386 without the ability to emulate any other processor The application is As a result, you need to compile your iPhone app in the i386 code to run in the simulator.

(I can not tell you about Android.)


Comments