0:00
Hello.
00:02
So in this problem, we need to list all the steps assuming that we have three values, x, y, and z.
00:14
So we need to list all the steps to lead the computation x plus y plus z.
00:22
That's the first question.
00:24
And afterwards, we need 2x plus y.
00:28
We're not asked actually to write a the detailed machine codes or machine language codes of these steps, though it would be so easy if we know the exact steps that should be done to translate in code if we would like to.
00:44
So the first thing, we have these three values stored in our main memory.
00:50
So the first step would be to call and store, store like the three values from the memory, store their values from the memory to registers.
01:04
So that's the first step before doing any computation.
01:16
The second step here, considering x plus y plus z, we need to first add the x and y or add the registers that contains x and y and store them in a third register...