From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/mvdm/softpc.new/base/ccpu386/xlat.c | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 private/mvdm/softpc.new/base/ccpu386/xlat.c (limited to 'private/mvdm/softpc.new/base/ccpu386/xlat.c') diff --git a/private/mvdm/softpc.new/base/ccpu386/xlat.c b/private/mvdm/softpc.new/base/ccpu386/xlat.c new file mode 100644 index 000000000..a12539455 --- /dev/null +++ b/private/mvdm/softpc.new/base/ccpu386/xlat.c @@ -0,0 +1,45 @@ +/*[ + +xlat.c + +LOCAL CHAR SccsID[]="@(#)xlat.c 1.5 02/09/94"; + +XLAT CPU Functions. +------------------- + +]*/ + + +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +/* + ===================================================================== + EXTERNAL ROUTINES START HERE + ===================================================================== + */ + + +GLOBAL VOID +XLAT + +IFN1( + IU32, op1 /* src operand */ + ) + + + { + SET_AL(op1); + } -- cgit v1.2.3