Object code: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
remove "citation needed" and add cite
 
Line 5:
In [[computing]], '''object code''' or '''object module''' is the product of an [[assembler (computing)|assembler]] or [[compiler]].<ref>{{cite web|url=http://whatis.techtarget.com/definition/0,,sid9_gci211824,00.html|title=Compiler|publisher=TechTarget|quote=Traditionally, the output of the compilation has been called object code or sometimes an object module.|access-date=1 September 2011|archive-date=29 April 2012|archive-url=https://web.archive.org/web/20120429115801/http://whatis.techtarget.com/definition/0,,sid9_gci211824,00.html|url-status=dead}}</ref>
 
In a general sense, object code is a sequence of [[statement (computer science)|statements]] or instructions in a computer language,<ref>{{cite book |last1=Aho |first1=Alfred V. |author-link1=Alfred Aho |title=Compilers: principles, techniques, and tools |last2=Sethi |first2=Ravi |author-link2=Ravidassia |last3=Ullman |first3=Jeffrey C. |author-link3=Jeffrey Ullman |publisher=Mark S. Dalton |year=1986 |isbn=0-201-10194-7 |series=Computer Science |page=[https://archive.org/details/compilersprincip0000ahoa/page/704 704] |chapter=10 Code Optimization |chapter-url=https://archive.org/details/compilersprincip0000ahoa/page/704}}</ref> usually a [[machine code]] language (i.e., [[binary file|binary]]) or an intermediate language such as [[register transfer language]] (RTL). The term indicates that the code is the [[goal]] or result of the compiling process, with some early sources referring to source code as a "subject program".<ref>{{citationcite journal |last1=Luebbert |first1=William F. |last2=Collom jr. |first2=Percy |title=Signal Corps Research and Development on Automatic Programming of Digital Computers |journal=Communications of the ACM needed|date=OctoberFebruary 1959 |volume=2 |issue=2 |pages=22–27 |url=https://doi.org/10.1145/368280.368293 |access-date=July 20, 20242025}}</ref>
 
==Details==