From: Alex M. <ale...@us...> - 2005-05-09 19:17:41
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28366/src Modified Files: ASMWIN32.F Log Message: arm: incorrect override of data-, to code section removed Index: ASMWIN32.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/ASMWIN32.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ASMWIN32.F 2 Jan 2005 23:04:55 -0000 1.2 --- ASMWIN32.F 9 May 2005 19:17:17 -0000 1.3 *************** *** 1,2 **** --- 1,4 ---- + \ $Id: + \ ASMWIN32.F 486ASM/Win32Forth Interface File *************** *** 4,7 **** --- 6,10 ---- \ ASMWIN32.F beta 3.3D 2002/10/08 Consolidation \ arm 02/01/2005 21:28:34 factor macro[ ]macro to reduce postpone word count + \ arm 09/05/2005 20:16:11 incorrect override of data-, to code section removed cr .( Loading 486ASM/Win32Forth Interface File...) *************** *** 28,32 **** forth ' code-w, asm-hidden is code-w, ( x -- ) forth ' code-, asm-hidden is code-d, ( x -- ) - forth ' code-, asm-hidden is data-, ( x -- ) forth ' code-here asm-hidden is code-here ( -- a ) forth ' code-align asm-hidden is code-align ( -- ) --- 31,34 ---- |