Rizin
unix-like reverse engineering framework and cli tools
|
Instruction structure. More...
#include <evm.h>
Public Attributes | |
unsigned char | pop |
number of items popped from the stack More... | |
unsigned char | push |
number of items pushed into the stack More... | |
unsigned int | fee |
gas fee for the instruction More... | |
gas fee for the instruction
Definition at line 21 of file evm.h.
Referenced by print_insn_detail(), and print_insn_detail_evm().
unsigned char cs_evm::pop |
number of items popped from the stack
Definition at line 19 of file evm.h.
Referenced by print_insn_detail(), and print_insn_detail_evm().
unsigned char cs_evm::push |
number of items pushed into the stack
Definition at line 20 of file evm.h.
Referenced by print_insn_detail(), and print_insn_detail_evm().