summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/and.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/and.h')
-rw-r--r--private/mvdm/softpc.new/base/ccpu386/and.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/and.h b/private/mvdm/softpc.new/base/ccpu386/and.h
new file mode 100644
index 000000000..911946ff9
--- /dev/null
+++ b/private/mvdm/softpc.new/base/ccpu386/and.h
@@ -0,0 +1,18 @@
+/*
+ and.h
+
+ Define all AND CPU functions.
+ */
+
+/*
+ static char SccsID[]="@(#)and.h 1.4 02/09/94";
+ */
+
+IMPORT VOID AND
+
+IPT3(
+ IU32 *, pop1,
+ IU32, op2,
+ IUM8, op_sz
+
+ );