Represents an opcode that works only with the EVM stack, and therefore has no arguments.
The stack-based opcode
auto token = new StackOpcode("STOP"); assert(token.toString() == "StackOpcode(STOP)"); assert(token.m_opcode == "STOP");
See Implementation
Represents an opcode that works only with the EVM stack, and therefore has no arguments.