Represents an opcode that pushes values onto the EVM stack and so takes an argument.
The push opcode
auto token = new PushOpcode("PUSH1"); assert(token.toString() == "PushOpcode(PUSH1)"); assert(token.m_opcode == "PUSH1");
See Implementation
Represents an opcode that pushes values onto the EVM stack and so takes an argument.