From: George H. <geo...@us...> - 2010-06-05 07:37:57
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv31641 Modified Files: Tag: V614XX FLOAT.F Log Message: Fixed minor bug in >FLOAT Index: FLOAT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/FLOAT.F,v retrieving revision 1.53.2.1 retrieving revision 1.53.2.2 diff -C2 -d -r1.53.2.1 -r1.53.2.2 *** FLOAT.F 24 May 2010 22:34:18 -0000 1.53.2.1 --- FLOAT.F 5 Jun 2010 07:37:48 -0000 1.53.2.2 *************** *** 1656,1660 **** code sig>f ( fs: -- r ) \ Push contents of 80-bit BCD number in fbcd-buf onto FP stack ! fbld fbcd-buf fpu> float; --- 1656,1660 ---- code sig>f ( fs: -- r ) \ Push contents of 80-bit BCD number in fbcd-buf onto FP stack ! fbld fbcd-buf [up] fpu> float; |