From: Jos v.d.V. <jo...@us...> - 2013-05-17 21:33:51
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15555 Modified Files: Winlib.f Log Message: Increasing the section *PROCS Index: Winlib.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Winlib.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Winlib.f 24 Jun 2011 17:02:02 -0000 1.5 --- Winlib.f 17 May 2013 21:33:47 -0000 1.6 *************** *** 13,17 **** \ init the pdp area; see the structure PDP in the kernel ! APP-HERE DUP DUP 0x3000 DUP APP-ALLOT + PDP 2 CELLS+ ! PDP CELL+ ! PDP ! \ ---------------------- Debugging/Info routines ---------------------- --- 13,18 ---- \ init the pdp area; see the structure PDP in the kernel ! APP-HERE DUP DUP 0xC300 DUP APP-ALLOT + PDP 2 CELLS+ ! PDP CELL+ ! PDP ! ! \ ---------------------- Debugging/Info routines ---------------------- |