Enumeration
    EvmGrp
public enum EvmGrp
Group of EVM instructions
Relationships
Conforms To
UInt8
Enumeration Cases
        invalid
    
    case invalid
= CS_GRP_INVALID
        jump
    
    case jump
all jump instructions
        math
    
    case math
math instructions
        stackWrite
    
    case stackWrite
instructions write to stack
        stackRead
    
    case stackRead
instructions read from stack
        memWrite
    
    case memWrite
instructions write to memory
        memRead
    
    case memRead
instructions read from memory
        storeWrite
    
    case storeWrite
instructions write to storage
        storeRead
    
    case storeRead
instructions read from storage
        halt
    
    case halt
instructions halt execution
        ending
    
    case ending
<-- mark the end of the list of groups