2. Assuming that the variables a, b, c and d are stored in memory
locations 100, 101, 102, and 103, resprctively.
Using any of sample machine language instructions given below,
translate the following pseudocode operations into
machine language instructions sequences.
(a) Set a to the value b+c+d
(b) Set a to the value (b*d)-(c*d)
Operation Meaning