Having a C or C++ source code how i can convert those statements in x86 and ARM assembly?
And with that i mean a plain text file containing assembly written source code from my C/C++ equivalent source code.
edit:
i use GCC/CNU toolchains
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need a cross compiler that can do both then just use
This will save the intermediate assembler for you