Searched refs:PDP11_OPCODE_NO_OPS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-opc.c23 { "halt", 0x0000, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
24 { "wait", 0x0001, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
25 { "rti", 0x0002, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
26 { "bpt", 0x0003, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
27 { "iot", 0x0004, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
28 { "reset", 0x0005, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
29 { "rtt", 0x0006, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_LEIS },
30 { "mfpt", 0x0007, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_MFPT },
36 { "nop", 0x00a0, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASIC },
37 { "clc", 0x00a1, 0xffff, PDP11_OPCODE_NO_OPS, PDP11_BASI
[all...]
H A Dpdp11-dis.c214 case PDP11_OPCODE_NO_OPS:
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dpdp11.h24 #define PDP11_OPCODE_NO_OPS 0 macro

Completed in 187 milliseconds