Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv3529
Modified Files:
mswhello.tran ia32.tran
Log Message:
moved |$call lit| from mswhello.tran to ia32.tran
Index: mswhello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/mswhello.tran,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mswhello.tran 16 May 2003 20:49:21 -0000 1.10
+++ mswhello.tran 17 May 2003 04:26:58 -0000 1.11
@@ -11,8 +11,6 @@
include ia32
include winapi
-lit :macro $call #xe8 b, 4 - $-t, ;
-
\ main entry point
label _start
Index: ia32.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/ia32.tran,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ia32.tran 15 May 2003 21:11:56 -0000 1.5
+++ ia32.tran 17 May 2003 04:26:58 -0000 1.6
@@ -21,6 +21,7 @@
// reg32 lit :macro $mov $o32 swap minor #o270 + b, t, ;
// reg32 :macro $push minor #o120 + b, ;
-\ These instructions are not completely register width portable:
+\ These instructions are not completely operand width portable:
// lit :macro $push #x68 b, t, ;
+// lit :macro $call #xe8 b, 4 - $-t, ;
|