3 * COPYRIGHT (C) 1991, 1992 ARRAY TECHNOLOGY CORPORATION
6 * This software is confidential information which is proprietary to and
7 * a trade secret of ARRAY Technology Corporation. Use, duplication, or
8 * disclosure is subject to the terms of a separate license agreement.
23 * Copyright 1985 by MIPS Computer Systems, Inc.
27 * dbgmon.h -- debugging monitor definitions
31 * catch bogus compiles
33 #if defined(MIPSEB) && defined(MIPSEL)
34 # include "error -- both MIPSEB and MIPSEL defined"
37 #if !defined(MIPSEB) && !defined(MIPSEL)
38 # include "error -- neither MIPSEB or MIPSEL defined"
42 * PROM_STACK is the address of the first word above the prom stack
43 * the prom stack grows downward from the first word less than PROM_STACK
45 #define PROM_STACK 0xa0010000
119 #define R_BADVADDR 69
127 * compiler defined bindings
163 * memory reference widths
166 #define SW_HALFWORD 2
172 #define MODE_DBGMON 0 /* debug monitor is executing */
173 #define MODE_CLIENT 1 /* client is executing */
178 #define DEFAULT_STRLEN 70 /* default max strlen for string cmd */