Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv18613
Modified Files:
mswhello.tran hello.tran
Log Message:
minor cleanup
Index: mswhello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/mswhello.tran,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- mswhello.tran 18 May 2003 21:33:05 -0000 1.16
+++ mswhello.tran 18 May 2003 22:45:15 -0000 1.17
@@ -12,9 +12,7 @@
needs ia32
needs winapi
-\ main entry point
-
-label _start
+label _start \ main entry point
-11 GetStdHandle
'message '#msglen 'rckeep 0 WriteFile drop
0 ExitProcess
Index: hello.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/hello.tran,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- hello.tran 18 May 2003 21:30:23 -0000 1.7
+++ hello.tran 18 May 2003 22:45:15 -0000 1.8
@@ -11,9 +11,7 @@
needs i80386
needs ia32
-\ main entry point
-
-label _start
+label _start \ main entry point
%edx '#msglen $mov
%ecx 'message $mov
%ebx 1 $mov
|