MCPcopy Create free account
hub / github.com/CPChain/chain / PC

Method PC

core/asm/asm.go:88–90  ·  view source on GitHub ↗

Returns the PC of the current instruction.

()

Source from the content-addressed store, hash-verified

86
87// Returns the PC of the current instruction.
88func (it *instructionIterator) PC() uint64 {
89 return it.pc
90}
91
92// Returns the opcode of the current instruction.
93func (it *instructionIterator) Op() vm.OpCode {

Callers 2

PrintDisassembledFunction · 0.80
DisassembleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected