Jump to content

Talk:Source code

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Conversion script (talk | contribs) at 15:51, 25 February 2002 (Automated conversion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Well, hmm. Several issues are raised by the current version of this page:

  • Software can be written in a mixture of programming languages,
  • Program execution doesn't necessarily require compilation (interpreted languages, etc.),
  • An assembler doesn't turn object code into machine code, it turns assembly code into object code. The latter step (object code to machine code) is typically handled by a linker,
  • Machine language can be turned back into source code. This is called disassembly.