This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to run arm assembly on android?

In order to run arm assembly code on Intelx86 architecture I use qemu emulator.But most of the android smart phone has a arm processor in it.How to I run an arm assembly code on android without using an emulator?

Parents
  • To run arm assembly on android do follow these steps

    1. Setting up the Development Environment
    2. Writing helloarm assembly file
    3. Assemble and Link helloarm into executable
    4. Test helloarm in the Android Emulator

    Or else visit official site.

Reply
  • To run arm assembly on android do follow these steps

    1. Setting up the Development Environment
    2. Writing helloarm assembly file
    3. Assemble and Link helloarm into executable
    4. Test helloarm in the Android Emulator

    Or else visit official site.

Children
No data