You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
163 B

#ifndef KS_EVMMAPPING_H
#define KS_EVMMAPPING_H
// find opcode of this mnemonic, or return -1 on failure
unsigned short EVM_opcode(const char *mnemonic);
#endif