Assembler and ABI Resources

From Free Pascal wiki
Revision as of 19:46, 8 October 2011 by MarkMLl (talk | contribs) (Assembler moved to Assembler and ABI Resources: Page comprised a single paragraph, which didn't give much useful info.)
Jump to navigationJump to search

The assembler is the executable program that translates source code written in assembly language into an executable program or which produces an object module that can be passed to a program linker which then produces the executable program.

The FPC Pascal Compiler translates Pascal source code into assembly language which is then processed by the assembler. Some Pascal compilers directly generate executable programs or object modules.