Object code

This is an old revision of this page, as edited by Kimiko (talk | contribs) at 18:19, 5 June 2003 (added context 'computer science'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, 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.