Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23277/src
Modified Files:
DIS486.F FLOAT.F floadcmdline.f
Log Message:
Some minor changes and some dexing'
Index: floadcmdline.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/floadcmdline.f,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** floadcmdline.f 3 Feb 2006 22:54:14 -0000 1.3
--- floadcmdline.f 4 Feb 2006 10:53:47 -0000 1.4
***************
*** 8,12 ****
\ ** \nUse CMenuExtender v1.2.1.2 to create a new context entry.
\ ** \nThe CMenuExtender can be downloaded from:
! \ ** \nhttp://www.monctoncomputerservice.com/revenger_inc/download.html
\ *P \bHow it works:\d
--- 8,12 ----
\ ** \nUse CMenuExtender v1.2.1.2 to create a new context entry.
\ ** \nThe CMenuExtender can be downloaded from:
! \ *W <a href="http://www.monctoncomputerservice.com/revenger_inc/download.html">here.</a>
\ *P \bHow it works:\d
***************
*** 24,28 ****
\ *P \bNotes:\d
\ ** \n1.Only testet under XP.
! \ ** \n2.It is also possible to add WinEd to the context menu.
\ ** Then leave the commandline in CMExtEd empty.
--- 24,28 ----
\ *P \bNotes:\d
\ ** \n1.Only testet under XP.
! \ ** \n2.It is also possible to add WinEd to the context menu.
\ ** Then leave the commandline in CMExtEd empty.
Index: FLOAT.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/FLOAT.F,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** FLOAT.F 2 Feb 2006 10:55:21 -0000 1.31
--- FLOAT.F 4 Feb 2006 10:53:47 -0000 1.32
***************
*** 37,41 ****
\ -------------------------------------------------------------------------
! \ *! doc\p-float W32F float
\ *T Floating point words in Win32Forth
--- 37,42 ----
\ -------------------------------------------------------------------------
! \ *D doc
! \ *! p-float W32F float
\ *T Floating point words in Win32Forth
Index: DIS486.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/DIS486.F,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DIS486.F 31 Aug 2005 09:04:49 -0000 1.5
--- DIS486.F 4 Feb 2006 10:53:47 -0000 1.6
***************
*** 1095,1099 ****
3 =
if .reg16(XX-XXX-NNN)
! else drop
.s" word " op2 mod-r/m(ModR/M)
then
--- 1095,1099 ----
3 =
if .reg16(XX-XXX-NNN)
! else drop
.s" word " op2 mod-r/m(ModR/M)
then
|