Just a short question, why IDA gives me one instruction instead of two - is it somekind of feature? For example here:
9B D9 3C 24 fstcw [esp+4+var_4]
When it should be:
9B wait
D93C24 fstcw word ptr [esp]
Is there any way to split this up to those two instructions?
Thanks.





