Ask
your own question, for FREE!
Computer Science
11 Online
Does C/C++ compile to assembly, or directly to machine-code?
Still Need Help?
Join the QuestionCove community and study together with friends!
Either way, how do I look at what assembly code my compiler is outputting without having to use a disassembler on my executable thingy.
we just learned about java bytecode and as different example C/C++ was mentioned that compiler translate code to assembly, while java compiler translates to bytecode i don't know how to look assembly code
it depends on the compiler really. if you are using GCC, you can give it the -S option which will produce a .s file with the assembly code
C/C++ is compiled into assembly, along with a whole bunch of other stuff that goes on behind the scene (i.e. linking), and then that assembly is run through an assembler to generate the machine code.
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
Aubree:
Guys, what does love feel like? I've been getting a tight chest and when I talk to him my heart rate hangs out around 100-120 beats per min, and when he doe
thereneelg:
ok... anyone have advice?? ...I did Choir all throughout Middle school and have ALWAYS been put in Soprano those three years.
kamariana:
The Byzantine Procopius is known for (5 points) reconquering much of the old Roma
chuckD:
hellp!!! what does it mean to describe a scientist as skeptical Why is sceptical
DoltonCarlee:
So like do y'all know anything about the first world war?
thehearken:
anyone know how to explain this so its easier for me to understand? b(1)=2, b(n)=
2 hours ago
10 Replies
2 Medals
2 days ago
6 Replies
1 Medal
3 days ago
0 Replies
0 Medals
3 days ago
2 Replies
1 Medal
2 days ago
2 Replies
0 Medals
2 days ago
5 Replies
2 Medals