When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
11 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
What C++ compiler do you use?
https://learn.microsoft.com/en-us/cpp/assembler/inline/inline-assembler-overview?view=msvc-170
Inline assembly code can use any C or C++ variable or function name that is in scope, so it is easy to integrate it with your program's C and C++ code.
honestly i have no ideia i instaled visual studio with "desktop development for c++"? it shows up as console c++ i think, thank you for the link!
It should show up as an IDE. Something like
Depending on your edition and style setting it may have a different look, but it should not just be a console window.
@quasi hedge Has your question been resolved? If so, run !solved :)
Thank you!! I got it
Follow up question, does anyone know what the output for an inline assembly x86 should look like? In terms of register values and such?
Look up "calling convention"
thank you!!