pdp10-opcodes: add pdp10_instruction_from_name() for the assembler

This commit is contained in:
Mikael Pettersson
2013-07-23 20:45:12 +00:00
parent fadd664dc7
commit d080f69cbc
2 changed files with 20 additions and 0 deletions

View File

@@ -132,4 +132,6 @@ extern const unsigned int pdp10_num_extended_instructions;
const struct pdp10_instruction *pdp10_instruction_from_high13(unsigned int high13);
const struct pdp10_instruction *pdp10_instruction_from_name(const char *name);
#endif /* PDP10_OPCODES_H */