Difference between revisions of "Assembly language"

From Free Pascal wiki
Jump to navigationJump to search
m (Reverted edit of Rd1344474, changed back to last version by Paulrobinson)
(No difference)

Revision as of 20:43, 8 March 2006

Assembly language is the source code which is written to be translated by an assembler into the binary executable program which is then run to produce the desired results.

Programs written in assembly are of three types:

  • Directly written assembly language files created by someone;
  • Inline assembly language which is included as part of a Pascal source code file which was created by someone; and
  • Assembly language output of the FPC Pascal Compiler which was automatically generated from the Pascal source code supplied to the compiler.