解释FREE指令的工作原理

时间:2014-01-12 21:38:26

标签: assembly x86 x87

http://en.wikipedia.org/wiki/X86_instruction_listings

ffree指令如何激动人心?     FFREE免费注册 当我在FPU STack时:

  st2 5 , st1 2, st0 7

然后在这些指令(ffree)之后我有......

   st 1 5, st0 2

是吗?

1 个答案:

答案 0 :(得分:0)

不,它在不修改堆栈指针的情况下清除寄存器。无论您作为参数给出的任何寄存器都将设置为空,但其他寄存器将保持不变。

http://www.website.masmforum.com/tutorials/fptute/fpuchap3.htm#ffree