OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDP11_BASIC
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
pdp11-opc.c
26
{ "halt", 0x0000, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
27
{ "wait", 0x0001, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
28
{ "rti", 0x0002, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
29
{ "bpt", 0x0003, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
30
{ "iot", 0x0004, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
31
{ "reset", 0x0005, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
34
{ "jmp", 0x0040, 0xffc0, PDP11_OPCODE_OP,
PDP11_BASIC
},
35
{ "rts", 0x0080, 0xfff8, PDP11_OPCODE_REG,
PDP11_BASIC
},
39
{ "nop", 0x00a0, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
40
{ "clc", 0x00a1, 0xffff, PDP11_OPCODE_NO_OPS,
PDP11_BASIC
},
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
pdp11.h
55
#define
PDP11_BASIC
1 /* basic instruction set (11/20 etc) */
/toolchain/binutils/binutils-2.25/gas/config/
tc-pdp11.c
103
pdp11_extension[
PDP11_BASIC
] = 1;
Completed in 317 milliseconds