JEPPIAAR ENGINEERING COLLEGE

Assignment statements of the form x= op y. Copy statements of the form x=y. An unconditional jump, goto L. Conditional jumps, if x relop y goto L. Procedure call statements, param x and call p , n. Indexed assignments of the form, x=y[i] , x[i]=y. Address and pointer assignments. 17. In compiler how three address statements can be represented ... ................
................