Assembler

From Lazarus wiki
Revision as of 08:50, 9 February 2020 by Trev (talk | contribs) (Updated template; removed categories included in page template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deutsch (de) English (en) français (fr) português (pt)

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.

See Also