Executable program/id

From Free Pascal wiki
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) suomi (fi) français (fr) Bahasa Indonesia (id) polski (pl) português (pt) русский (ru)

An executable program is the translation of (in our case, Pascal) source code by a compiler (or assembly language source code which is translated by an assembler) into an object module, which has been combined with any necessary Pascal units, the Pascal run time library and any other object modules which may have been written by others, to produce an actual binary program which can be

  • run directly by the operating system as an application,
  • used by the operating system, such as a device driver, or
  • become part of the operating system itself.