insertBefore

abstract fun insertBefore(offset: Int = 0, block: TargetedAssembly.() -> Unit)(source)

Insert instructions before the target.

Parameters

offset

offset the insertion target node index

block

bytecode assembly routine