Arm Community
Site
Search
User
Site
Search
User
Support forums
Compilers and Libraries forum
Which tool to use to write ARM assembler with c code and compile the same?
Jump...
Cancel
State
Suggested Answer
Locked
Locked
Replies
3 replies
Answers
1 answer
Subscribers
22 subscribers
Views
1655 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
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
Which tool to use to write ARM assembler with c code and compile the same?
Pero Kacov
over 4 years ago
Which tool to use to write ARM assembler with c code and compile the same?
Top replies
Chris Walsh
over 4 years ago
+1
suggested
Hi Pero, If I understand correctly, you want to mix Arm assembly code with C code and call those assembly functions from C, right? You can do this with any compiler and assembler that targets the Arm...