FPC Internals/CPU Target

From Free Pascal wiki
Revision as of 21:36, 18 September 2019 by Skalogryz (talk | contribs) (Created page with "==Nodes== There might 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''' i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Nodes

There might 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 into it. instead it should only use the unit responsible for the CPU target specific initializations.


See Also