0

Disassembled C code using objdump -d

My question is basically needing a refresher of what information each column in this disassembled code is providing. I know that the last third of the screen is assembly code. I also know that the middle columns are showing hexadecimal code, but I'm not sure what information I can gain from inspecting it. I'm unsure of what the first part starting with 400 means though. If more information is needed I can provide it.

  • The first column is the address at which the instruction shown in the remaining columns is found. – fuz Sep 28 '21 at 21:58

0 Answers0