#Assembler from C++

11 messages · Page 1 of 1 (latest)

dusky raftBOT
#

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.

topaz ravine
#

What C++ compiler do you use?

quasi hedge
#

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!

topaz ravine
#

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.

dusky raftBOT
#

@quasi hedge Has your question been resolved? If so, run !solved :)

quasi hedge
#

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?

topaz ravine
#

Look up "calling convention"

quasi hedge
#

thank you!!