Convert the C to assembly. x is dm[5000]. y is dm[5004]. z is dm[5008]. z = (y * x) - z;
a) mov [5008], [5004]
b) sub [5008], [5008], [5000]
c) mul [5004], [5000]
d) add [5008], [5008], [5000]

Q&A Education