.nolist #define TASM #define bcall(xxxx) rst 28h \ .dw xxxx #define equ .equ #include "Test/float.inc" .list .org 9D93h .db $BB,$6D call SetUp ld hl,const_pi+7 ld de,const_e+7 call FloatMul_80 ret SetUp: ld hl,floatStackPtr+2 ld (floatStackPtr),hl ret ;pi*e 88a2c05a2ea3a4ea e6dc37c7 f8750774 ;12861 t-states ;e*pi ;13002 t-states ;e/pi = 0.dd816a76547ca9910802972996d4e3 ;18676 t-states ;pi/e = 0040 c9188a2c9a22ee93 ;19583 t-states ;sqrt(.75) = DDB3D742C265539D #include "Test/subroutines.txt" #include "Test/FloatDiv.txt" #include "Test/FloatMul.txt" #include "Test/FloatAddSub.txt" #include "Test/FloatSqrt.txt" #include "Test/constants.inc"