Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv17459
Modified Files:
ia32.tran i8086.tran
Log Message:
moved |$int lit| from ia32.tran to i8086.tran
Index: ia32.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/ia32.tran,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ia32.tran 17 May 2003 05:08:44 -0000 1.8
+++ ia32.tran 17 May 2003 05:17:42 -0000 1.9
@@ -15,7 +15,6 @@
\ registers
:regs reg32 %eax %ecx %edx %ebx %esp %ebp %esi %edi ;
-:[ lit ] $int #xCD b, b, ;
:[ reg32 lit ] $mov $o32 swap minor #o270 + b, t, ;
:[ reg32 ] $push minor #o120 + b, ;
Index: i8086.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/i8086.tran,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i8086.tran 17 May 2003 04:45:02 -0000 1.1
+++ i8086.tran 17 May 2003 05:17:42 -0000 1.2
@@ -11,6 +11,10 @@
\ or ia32, too in the future to specify the mode.
\ registers
-
:regs reg16 %ax %cx %dx %bx %sp %bp %si %di ;
:regs reg8 %al %cl %dl %bl %ah %ch %dh %bh ;
+
+\ instructions
+:[ lit ] $int #xCD b, b, ;
+
+\ vim: ft=tran
|