Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4742/win32forth/src
Modified Files:
FLOAT.F
Log Message:
gah:Corrected spelling of separate
Index: FLOAT.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/FLOAT.F,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** FLOAT.F 2 Oct 2006 11:45:34 -0000 1.46
--- FLOAT.F 7 Nov 2006 11:24:29 -0000 1.47
***************
*** 276,280 ****
endm
! \ makro to copy ST(0) on the seperate float stack
macro: (FPU>)
fsp-cached? 0= if
--- 276,280 ----
endm
! \ makro to copy ST(0) on the separate float stack
macro: (FPU>)
fsp-cached? 0= if
***************
*** 285,289 ****
! \ macro to move ST(0) on the seperate float stack
macro: FPU>
(FPU>)
--- 285,289 ----
! \ macro to move ST(0) on the separate float stack
macro: FPU>
(FPU>)
***************
*** 291,295 ****
endm
! \ makro to move the top of the seperate float stack into st(0)
macro: >FPU
fsp-cached? 0= if
--- 291,295 ----
endm
! \ makro to move the top of the separate float stack into st(0)
macro: >FPU
fsp-cached? 0= if
***************
*** 300,304 ****
endm
! \ makro to copy the top of the seperate float stack into st(0)
macro: (>FPU)
>FPU
--- 300,304 ----
endm
! \ makro to copy the top of the separate float stack into st(0)
macro: (>FPU)
>FPU
***************
*** 306,310 ****
endm
! \ macro to move the top 2 values from the seperate float stack into st(0) and st(1)
macro: 2>FPU
>FPU >FPU
--- 306,310 ----
endm
! \ macro to move the top 2 values from the separate float stack into st(0) and st(1)
macro: 2>FPU
>FPU >FPU
|