Assign temporary variables to the syntax tree below, and show its Three-Address Code. ■ The format for Three-Address Cod
Posted: Thu May 26, 2022 9:47 am
Assign temporary variables to the syntax tree below, and show its Three-Address Code. ■ The format for Three-Address Code is (ope, dst, src1, src2) where dst, src1, and src2 represent Result and Source operand 1 and 2 respectively. (val) Operations to be used are asgn (assignment) mul (multiplication) and add (addition). 10 || * + a 3