Object code

HomePage | Recent changes | View source | Discuss this page | Page history | Log in |

Printable version | Disclaimers | Privacy policy

Object code is an intermediate representation of code generated by a compiler after it processes a source code file. Object files contain compact, pre-parsed code that can be linked with other object files to generate a final executable or code library.