Mode TP

From Lazarus wiki
Revision as of 18:49, 16 January 2007 by Xhajt03 (talk | contribs) (New page, mostly used for linking information about porting of low-level DOS programs to FPC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This mode is provided for highest level of compatibility with TP/BP compilers in order to simplify porting of existing code to FPC. It turns on some features which are not considered as recommended to use in general (e.g. because of their ambiguity or potential side-effects), slightly modifies syntax rules where necessary, changes the default assembler mode to $ASMMODE INTEL, etc.

See standalone page for more information about porting low-level DOS code written with TP/BP to GO32v2 target of FPC.