hasSideEffect

open override val hasSideEffect: Boolean

Answer whether this L2Operation changes the state of the interpreter in any way other than by writing to its destination registers. Most operations are computational and don't have side effects.

Return

Whether this operation has any side effect.