Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv21282
Modified Files:
ia32.tran mswhello.tran
Log Message:
moved |$call lit| from mswhello.tran to ia32.tran
Index: ia32.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/ia32.tran,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ia32.tran 16 Apr 2003 07:58:58 -0000 1.1
+++ ia32.tran 16 Apr 2003 08:02:47 -0000 1.2
@@ -13,4 +13,4 @@
lit :macro $int #xCD b, b, ;
reg32 lit :macro $mov swap minor #o270 + b, t, ;
-
+lit :macro $push #x68 b, t, ;
Index: mswhello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/mswhello.tran,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mswhello.tran 16 Apr 2003 07:58:58 -0000 1.2
+++ mswhello.tran 16 Apr 2003 08:02:48 -0000 1.3
@@ -10,7 +10,6 @@
include ia32
-lit :macro $push #x68 b, t, ;
lit :macro $call #xe8 b, $- 4 - t, ;
\ main entry point
|