Could you give some guidance for good resources (books, online tutorials) about embedded assembly in C/C++ for windows?
Could you give some guidance for good resources (books, online tutorials) about embedded assembly
Share
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.
I believe what you’re asking about is called inline assembler, not embedded. You can include inline assembly code using the __asm keyword in C/C++. See MSDN inline assembler article for some info.