Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv1029
Modified Files:
mswhello.tran tran.py
Log Message:
added the |$| word
Index: mswhello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/mswhello.tran,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mswhello.tran 16 Apr 2003 08:02:48 -0000 1.3
+++ mswhello.tran 17 Apr 2003 11:50:34 -0000 1.4
@@ -10,7 +10,7 @@
include ia32
-lit :macro $call #xe8 b, $- 4 - t, ;
+lit :macro $call #xe8 b, $ - 4 - t, ;
\ main entry point
Index: tran.py
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/tran.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- tran.py 17 Apr 2003 11:45:49 -0000 1.27
+++ tran.py 17 Apr 2003 11:50:34 -0000 1.28
@@ -359,6 +359,7 @@
MA_ARGC = 007
MA_PREFIX = 010
Meaning = {
+ '$': ('simple', Dollar),
'+ int int': ('builtin', plus, 2),
'- int int': ('builtin', minus, 2),
'.bss': ('builtin', dot_bss, 0),
|