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 execute an arm program in keil micro ide

i am new to arm i know the instructions but i don't know how to execute codes using the keil compiler can anybody help me regarding this

Parents Reply Children
  • "invoke armasm from the commandline i want to execute an assembly code"

    An assembler does not execute assembly code.
    An assembler takes assembly Source code as its input, and translates that into an object code as its output.

    Usually, that object code requires further processing by the Linker to create an executable image.

    You can then load that image into the simulator and run it there, or download it to a real target, and run it there.

    See the diagram here: http://www.keil.com/product/devproc.asp?t=arm&h=1