The source code is just made of a callback function called by a library.
You have just to put your fpu code in it.
At each step you add,you can view what is changed in the FPU
;------------------ start test code here --------------
....
call Step
.....
;--------------------- end of test code --
The code use the vc++ msvcrt lib
A little change with the version in the old forum,is the use of the sprintf_s function instead of the StringCbPrintfEx.No need of the strsafe.lib now.
changing the line:
invoke SauvePile,Show_Float
By another value,
Show_Float equ 0
Show_Hexa equ 1
Show_Expo equ 2
Show_Deci equ 3
change the visual format of numbers.