A more instructive
The objdump utility disassembles an object code file (e.g., sumFirst.o) and prints both the object code bytes as well as the corresponding the assembler code.
The sumFirst.o is in machine code; operators, operands are just encoded in binary format.
In general these bytes of sumFirst.o are not printable characters.