evm_insn_group

Group of EVM instructions

Values

ValueMeaning
EVM_GRP_INVALID0

< = CS_GRP_INVALID

EVM_GRP_JUMP1

< all jump instructions

EVM_GRP_MATH8

< math instructions

EVM_GRP_STACK_WRITE9

< instructions write to stack

EVM_GRP_STACK_READ10

< instructions read from stack

EVM_GRP_MEM_WRITE11

< instructions write to memory

EVM_GRP_MEM_READ12

< instructions read from memory

EVM_GRP_STORE_WRITE13

< instructions write to storage

EVM_GRP_STORE_READ14

< instructions read from storage

EVM_GRP_HALT15

< instructions halt execution

EVM_GRP_ENDING16

< <-- mark the end of the list of groups

Meta