Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23246/src
Modified Files:
486ASM.F ASMWIN32.F DIS486.F EXCEPTIO.F Shell.f paths.f
Log Message:
arm: rename word str(nc)= to istr= (case insensitive compare)
add id headers to assembler files
modifications to disassembler to allow reassembley from generated text
move LDP inline to system area
correct comment in meta compiler
Index: DIS486.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/DIS486.F,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DIS486.F 3 May 2005 08:47:34 -0000 1.2
--- DIS486.F 2 Jun 2005 21:14:55 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ \ $Id$
+
\ 80386 Disassembler
***************
*** 20,24 ****
DECIMAL
! 32 constant comment-col
[...979 lines suppressed...]
start/stop
repeat drop .s" END-CODE "
! ;
hidden
***************
*** 1523,1527 ****
: seemore ( -- )
- tabing-on 0tab
next-inst
cr inst
--- 1435,1438 ----
***************
*** 1530,1532 ****
ONLY FORTH ALSO DEFINITIONS
- |