0
73kviews
Discuss with example quadruple, triple and indirect triple.

If A > B then 1 else 0 please represent it in 3 address implementation


1 Answer
1
839views

• Intermediate code Generation phase takes as input parse tree representation and generates an intermediate representation.

• So that the translation process can be done faster.

• Program that performs ICG is called Intermediate code Generation

• While translating a source program into a functionally equivalent object code representation, a …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.