Object code

This is an old revision of this page, as edited by Nbarth (talk | contribs) at 14:39, 3 May 2013 (connection to object file). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Object code, or sometimes object module, is what a computer compiler produces.[1] In a general sense object code is a sequence of statements or instructions in a computer language,[2] usually a machine code language (i.e., 1's and 0's) or an intermediate language such as RTL.

In order to be used, object code must either be placed in an executable file, a library file, or an object file. Object files can in turn be linked to form executable file or library file.

References

  1. ^ "Compiler". TechTarget. Retrieved 1 September 2011. Traditionally, the output of the compilation has been called object code or sometimes an object module.
  2. ^ Aho, Alfred V.; Sethi, Ravi; Ullman, Jeffrey D. (1986). "10 Code Optimization". Compilers: principles, techniques, and tools. Computer Science. Mark S. Dalton. p. 704. ISBN 0-201-10194-7.