diff options
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/test.h')
-rw-r--r-- | private/mvdm/softpc.new/base/ccpu386/test.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/test.h b/private/mvdm/softpc.new/base/ccpu386/test.h new file mode 100644 index 000000000..df677c260 --- /dev/null +++ b/private/mvdm/softpc.new/base/ccpu386/test.h @@ -0,0 +1,18 @@ +/* + test.h + + Define all Arithmetic/Logical CPU functions. + */ + +/* + static char SccsID[]="@(#)test.h 1.4 02/09/94"; + */ + +IMPORT VOID TEST + +IPT3( + IU32, op1, + IU32, op2, + IUM8, op_sz + + ); |