page 303
code reads:
Code:
filds value
fmulp %st(0), %st(1)
ret
in Errata it is modified below:
Code:
filds value
fmulp %st(0), %st(1)
fstps %eax
ret
i think it is a wrong answer. because the general purpose register can not to be the destination register of the fstps instruction.