OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDP11_OPCODE_ILLEGAL
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
pdp11.h
38
#define
PDP11_OPCODE_ILLEGAL
12 /* illegal instruction */
/toolchain/binutils/binutils-2.25/opcodes/
pdp11-opc.c
36
{ "", 0x0088, 0xfff8,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },
37
{ "", 0x0090, 0xfff8,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },
99
/*{ "", 0x0ec0, 0xffe0,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },*/
115
/*{ "", 0x7a20, 0xffe0,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },*/
116
/*{ "", 0x7a40, 0xffc0,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },*/
117
/*{ "", 0x7a80, 0xff80,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },*/
118
/*{ "", 0x7b00, 0xffe0,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },*/
238
{ "", 0x0000, 0x0000,
PDP11_OPCODE_ILLEGAL
, PDP11_NONE },
pdp11-dis.c
356
case
PDP11_OPCODE_ILLEGAL
:
Completed in 215 milliseconds