DECLARATIONS
ASSIGNMENT STATEMENTS
Types of three address statements
* Types of three address statements are as follows:
1. Assignment statement:
i) Using binary operator.
Ex: x = y op z
ii) Using unary operator.
Ex: x = op y
2.Copy statement:
Ex: x = y.
3.Unconditional jump
Ex: goto L
For More :
DECLARATIONS AND ASSIGNMENTS.ppt (Size: 1.2 MB / Downloads: 264)
ASSIGNMENT STATEMENTS
Types of three address statements
* Types of three address statements are as follows:
1. Assignment statement:
i) Using binary operator.
Ex: x = y op z
ii) Using unary operator.
Ex: x = op y
2.Copy statement:
Ex: x = y.
3.Unconditional jump
Ex: goto L
For More :
DECLARATIONS AND ASSIGNMENTS.ppt (Size: 1.2 MB / Downloads: 264)