consider the following code segment in a programming language:
D=C+F;
B=D+G;
A=B-D;
Assume that all variables reside in the memory and they are addressable as offsets from $t0. The value of A resides at the offset of 0. Generate the MIPS code for the aforementioned program segment.