startOperation

abstract fun startOperation(    operation: L1Operation,     pc: Int,     line: Int)

The given L1Operation was just encountered, and its operands will be visited before the corresponding endOperation is called.

Parameters

operation

The L1Operation that was encountered.

pc

The nybblecode index at which the operation occurs.

line

The source code line number associated with this operation.