Changes

Jump to: navigation, search

SPO600 Compiled C Lab

154 bytes added, 14:53, 8 September 2014
no edit summary
-d # disassemble sections containing code
--source # (implies -d) show source code, if available, along with disassembly
 
Using objdump, find the answers to these questions:
(i) Which section contains the code you wrote?
(ii) Which section contains the string to be printed?
4. Try to gain a basic understanding of what the compiled code is doing. Focus on the section marked <main> but also take a look at the other sections.

Navigation menu