Answer:
Object file is the correct answer.
Step-by-step explanation:
When we compile the machine code the object file will be generated this object file have holding the details description of the particular program also it helps the linker to see what sign are used in it, as well as the concept it wants to deal with.
In the assembly language the instruction or program is converted into the machine code which is also known as binary code also it holding the address Where it is to be loaded the program.