[fpc-devel] Episode 4. Addressing and it's limits Part Two
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Wed Feb 8 20:02:02 CET 2012
rvmartin2 at ntlworld.com schrieb:
> Where can I find details of the input to the back-end?
The node tree contains the parsed instructions, and their argument
descriptors should refer to the related variables and types (see
node.pas for an start). You'll have to implement the code generation at
least for the basic node types (assignment, operators, calls), see
cgbase.pas.
Hint: the first few characters of the unit names describe the type:
aasm - assembler (aasmtai.pas)
cg - code generation (cgobj.pas)
n - nodes (node.pas)
p - parser
DoDi
More information about the fpc-devel
mailing list