class EVM::EVMRegisters

Defined in:

core/vm.cr

Constructors

Instance Method Summary

Instance methods inherited from class Registers

[](name : String) : Int []

Instance methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp, to_rlp : Bytes to_rlp

Class methods inherited from class Object

from_rlp(rlp : Bytes) : Tuple(self, UInt32) from_rlp

Constructor Detail

def self.new(pc : UInt64) #

[View source]

Instance Method Detail

def [](name : String) : Int #

[View source]