Object code

This is an old revision of this page, as edited by K.lee (talk | contribs) at 09:11, 15 April 2003 (library link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.