2012-02-05 11:35:58 -05:00
|
|
|
/****************************************************************
|
|
|
|
* *
|
|
|
|
* Copyright 2001 Sanchez Computer Associates, Inc. *
|
|
|
|
* *
|
|
|
|
* This source code contains the intellectual property *
|
|
|
|
* of its copyright holder(s), and is made available *
|
|
|
|
* under a license. If you do not know the terms of *
|
|
|
|
* the license, please stop and do not read further. *
|
|
|
|
* *
|
|
|
|
****************************************************************/
|
|
|
|
|
|
|
|
#include "mdef.h"
|
|
|
|
#include "compiler.h"
|
|
|
|
#include "opcode.h"
|
|
|
|
|
|
|
|
LITDEF char *oc_tab_graphic[] =
|
|
|
|
{
|
|
|
|
#define OPCODE_DEF(A,B) #A,
|
2012-06-15 13:29:37 -04:00
|
|
|
#include <opcode_def.h>
|
2012-02-05 11:35:58 -05:00
|
|
|
};
|
|
|
|
#undef OPCODE_DEF
|