fis-gtm/sr_port/cgp.h

20 lines
639 B
C

/****************************************************************
* *
* 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. *
* *
****************************************************************/
#define CGP_NOSTATE (0)
#define CGP_PARSE (1)
#define CGP_RESOLVE (2)
#define CGP_APPROX_ADDR (3)
#define CGP_ADDR_OPT (4)
#define CGP_ASSEMBLY (5)
#define CGP_MACHINE (6)
#define CGP_FINI (7)