instructions

fun instructions(): MutableList<L2Instruction>

Answer this block's List of L2Instruction. They consist of a sequence of non-branching instructions, ending in an instruction that branches to zero or more targets via its L2PcOperands.

Return

The block's List of L2Instructions.