CS2352 POCD - Intermediate code generation PPT Lecture Notes

0
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 : 
.ppt   DECLARATIONS AND ASSIGNMENTS.ppt (Size: 1.2 MB / Downloads: 264)