|
|
1.1 root 1: /* $Header: /src386/bin/db/RCS/i8086trace.h,v 1.1 92/06/10 14:36:50 bin Exp Locker: bin $
2: *
3: * The information contained herein is a trade secret of Mark Williams
4: * Company, and is confidential information. It is provided under a
5: * license agreement, and may be copied or disclosed only under the
6: * terms of that agreement. Any reproduction or disclosure of this
7: * material without the express written authorization of Mark Williams
8: * Company or persuant to the license agreement is unlawful.
9: *
10: * COHERENT Version 2.3.35
11: * Copyright (c) 1982, 1983, 1984.
12: * An unpublished work by Mark Williams Company, Chicago.
13: * All rights reserved.
14: */
15: /*
16: * A debugger.
17: * Machine dependent header for the Intel 8086.
18: *
19: * $Log: i8086trace.h,v $
20: * Revision 1.1 92/06/10 14:36:50 bin
21: * Initial revision
22: *
23: * Revision 1.1 88/10/17 04:04:28 src
24: * Initial revision
25: *
26: */
27:
28: #define I 077777 /* Integer infinity */
29: #define LI 017777777777L /* Long infinity */
30: #define MLI 020000000000L /* Minus long infinity */
31:
32: /*
33: * Formats.
34: */
35: #define INLEN 1 /* Size of smallest instruction */
36: #define VAWID 8 /* Size of virtual address */
37: #define DDCHR 'x' /* Default debugger format */
38: #define DAFMT "%04x" /* Display address format */
39: #define VAFMT "%08x" /* Virtual address */
40:
41: /*
42: * Breakpoint instruction size definition.
43: */
44: typedef char BIN[1];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.