Question: Question # 2 (Marks 5): Code Generation The code is basically three-address code, except that we also allowed ourselves in the code two-armed conditionals

Question # 2 (Marks 5): Code Generation The code is basically three-address code, except that we also allowed ourselves in the code two-armed conditionals and a while-construct (with the conventional meaning). The input and output instructions in the first two lines. the last two lines are considered as standard three- address instruction, which the obvious meaning of "inputting" a value into the mentioned variable. "outputting its value. Write down the target code for the given three-address code. b d input input a+b a * b if ( b < 5) { } while (b < 0) { = b + 2 = b + 1 a b } d = 2 b } else { //
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
input a and assign its value to variable a a input input b and assi... View full answer
Get step-by-step solutions from verified subject matter experts
