Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv28556
Modified Files:
hello.tran i80386.tran i80486.tran mswhello.tran pe.tran
pentium.tran
Log Message:
use |needs| instead of |include| in *.tran
Index: hello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/hello.tran,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hello.tran 17 May 2003 15:05:17 -0000 1.5
+++ hello.tran 18 May 2003 17:47:38 -0000 1.6
@@ -8,8 +8,8 @@
\ This file is intended to be processed using tran.py
-include i80386
-include ia32
+needs i80386
+needs ia32
\ main entry point
Index: i80386.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/i80386.tran,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- i80386.tran 18 May 2003 11:40:45 -0000 1.4
+++ i80386.tran 18 May 2003 17:47:38 -0000 1.5
@@ -6,7 +6,7 @@
\
\\\\ @(#) $Id$
-include i8086
+needs i8086
\ registers
:regs reg16/32
Index: i80486.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/i80486.tran,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i80486.tran 18 May 2003 14:37:03 -0000 1.1
+++ i80486.tran 18 May 2003 17:47:38 -0000 1.2
@@ -6,7 +6,7 @@
\
\\\\ @(#) $Id$
-include i80386
+needs i80386
\ i80486 doesn't add many instructions.
\ This file is still incomplete, however.
Index: mswhello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/mswhello.tran,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- mswhello.tran 17 May 2003 15:05:17 -0000 1.14
+++ mswhello.tran 18 May 2003 17:47:38 -0000 1.15
@@ -8,9 +8,9 @@
\ Don't forget to translate with -fpe
-include i80386
-include ia32
-include winapi
+needs i80386
+needs ia32
+needs winapi
\ main entry point
@@ -27,4 +27,4 @@
label rckeep
1 tetras reserve
-\ vim: ft=forth
+\ vim: ft=tran
Index: pe.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/pe.tran,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pe.tran 18 May 2003 16:14:37 -0000 1.7
+++ pe.tran 18 May 2003 17:47:38 -0000 1.8
@@ -6,7 +6,7 @@
\
\\\\ @(#) $Id$
-include mz
+needs mz
\ The result's assumed origin address is 0x100.
:[ ] make-pe-mz-stub-structure \ ( -- ) no message itself
Index: pentium.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/pentium.tran,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pentium.tran 18 May 2003 14:37:03 -0000 1.1
+++ pentium.tran 18 May 2003 17:47:38 -0000 1.2
@@ -6,7 +6,7 @@
\
\\\\ @(#) $Id$
-include i80486
+needs i80486
:regs mmxreg %mm0 %mm1 %mm2 %mm3 %mm4 %mm5 %mm6 %mm7 ;
|