I am looking for an opinion.
I got a fillup the gaps type question in computer architecture for the y86 architecture.
movq [a], [b]
subq [c], [d]
Possible answers are
REG
$8
%rsp
8(%rsp)
-8(%rsp)
%rsp
Can we solve it as it is when they are not providing any C code / skeleton program with these move and subtract instructions?