Overview
Before we start
- Install gcc additional lib for 32-bit compile
- Compile using
-m32
option:
GDB debugger
Objectdump
- The objdump command-line parameters specify what functions the program will perform on the object code files, and how it will display the information it retrieves.
- The memory addresses referenced in the
hello.o
are zeroed out. - These values will not be determined until the linker links the application and prepares it for execution on the system.