Update of /cvsroot/win32forth/win32forth-stc/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30876/win32forth-stc/src
Modified Files:
float.f
Log Message:
gah:Corrected spelling of separate
Index: float.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth-stc/src/float.f,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** float.f 4 Nov 2006 11:19:10 -0000 1.4
--- float.f 7 Nov 2006 11:08:39 -0000 1.5
***************
*** 201,205 ****
0 value fsp-adjust
! \ makro to copy ST(0) on the seperate float stack
macro: (FPU>)
fsp-cached? 0= if
--- 201,205 ----
0 value fsp-adjust
! \ makro to copy ST(0) on the separate float stack
macro: (FPU>)
fsp-cached? 0= if
***************
*** 210,214 ****
! \ makro to move ST(0) on the seperate float stack
macro: FPU>
(FPU>)
--- 210,214 ----
! \ makro to move ST(0) on the separate float stack
macro: FPU>
(FPU>)
***************
*** 216,220 ****
endm
! \ makro to move the top of the seperate float stack into st(0)
macro: >FPU
fsp-cached? 0= if
--- 216,220 ----
endm
! \ makro to move the top of the separate float stack into st(0)
macro: >FPU
fsp-cached? 0= if
***************
*** 225,229 ****
endm
! \ makro to copy the top of the seperate float stack into st(0)
macro: (>FPU)
>FPU
--- 225,229 ----
endm
! \ makro to copy the top of the separate float stack into st(0)
macro: (>FPU)
>FPU
***************
*** 231,235 ****
endm
! \ macro to move the top 2 values from the seperate float stack into st(0) and st(1)
macro: 2>FPU
>FPU >FPU
--- 231,235 ----
endm
! \ macro to move the top 2 values from the separate float stack into st(0) and st(1)
macro: 2>FPU
>FPU >FPU
|