We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
thank you for your response can you tell me how to invoke armasm from the commandline i want to execute an assembly code
"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