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