FPC Internals/CPU Target/fr

From Lazarus wiki
Revision as of 20:25, 2 January 2021 by E-ric (talk | contribs) (Created page with "{{FPC_Internals/CPU_Target}} Retour au contenu FPC internals ==Noeuds== There might be a need to override the code generated by the nodes, (assuming co...")
(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.

English (en) français (fr)

Retour au contenu FPC internals

Noeuds

There might be a need to override the code generated by the nodes, (assuming code generation pass (aka pass2) is used).

The CPU target should supply cpunode.pas in its directory. The unit should have no code written in it. Instead it should only use the unit responsible for the CPU target specific initializations.

Prochain chapitre: Couche d'abstraction du générateur de code