|
|
1.1 root 1: /*
2: * A debugger.
3: * Machine dependent header for the Intel 8086.
4: */
5: #define LOUT 1
6: #define I 077777 /* Integer infinity */
7: #define LI 017777777777L /* Long infinity */
8: #define MLI 020000000000L /* Minus long infinity */
9:
10: /*
11: * Formats.
12: */
13: #define INLEN 1 /* Size of smallest instruction */
14: #define VAWID 8 /* Size of virtual address */
15: #define DDCHR 'x' /* Default debugger format */
16: #define DAFMT "%04lx" /* Display address format */
17: #define VAFMT "%08lx" /* Virtual address */
18:
19: /*
20: * Breakpoint instruction size definition.
21: */
22: typedef char BIN[1];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.