- Aug 12, 2014
- 522
- 3
- 81
Hello,
I know that the data registers of the FPU are themselves logically organized as a stack of sorts.
But, I want to know if the registers can be sent to/taken from the stack.
Something like: pop st(0) or push st(2) where st(0) represents the top of the FPU data register stack and st(i) is i registers above st(0).
What do you guys think?
I know that the data registers of the FPU are themselves logically organized as a stack of sorts.
But, I want to know if the registers can be sent to/taken from the stack.
Something like: pop st(0) or push st(2) where st(0) represents the top of the FPU data register stack and st(i) is i registers above st(0).
What do you guys think?
Last edited: