Pages

Tuesday 25 October 2011

CS501 Assignment No. 01 Idea Solution Fall 2011

Assignment No. 01
Semester Fall 2011
Advance Computer Architecture - CS501


Question No 1

Write the code to implement the expression A = (B+C) * (D + E) for

1) 3-address instructions
2) 2-address instructions
3) 1-address instructions
4) 0-address instructions

In accordance with programming language practice, computing the expression should not change the values of its operands.
Solution will be upload soon