R
Rui Maciel
wrote:
I've asked you about your definition of machine code and object code.
Instead you wrote about object files and their file formats. Could you now
provide your definition of machine code along with your definition of object
code?
Rui Maciel
An object files' purpose is to be read by a piece of software known as a
linker. An object file contains pointer tables and stuff like that and it
cannot be read by any machine cpu.
Object code has been well documented. Just search the web for the
appropriate documets for ELF and COFF files to find out the deifnition of
two common object files.
I've asked you about your definition of machine code and object code.
Instead you wrote about object files and their file formats. Could you now
provide your definition of machine code along with your definition of object
code?
Rui Maciel