Capstone Documentation Beta

Enumeration Evm​Grp

public enum EvmGrp

Group of EVM instructions

%3 EvmGrp EvmGrp UInt8 UInt8 EvmGrp->UInt8

Conforms To

UInt8

Enumeration Cases

invalid

case invalid

= CS_GRP_INVALID

jump

case jump

all jump instructions

math

case math

math instructions

stack​Write

case stackWrite

instructions write to stack

stack​Read

case stackRead

instructions read from stack

mem​Write

case memWrite

instructions write to memory

mem​Read

case memRead

instructions read from memory

store​Write

case storeWrite

instructions write to storage

store​Read

case storeRead

instructions read from storage

halt

case halt

instructions halt execution

ending

case ending

<-- mark the end of the list of groups