@for (instruction of instructions; track instruction.instruction; let i = $index) {
OP_{{instruction.instruction}}
@for (arg of instruction.args; track arg; let j = $index) {
{{arg.slice(0, -2)}}{{arg.slice(-2)}}
{{ arg }}
@if (annotations.p2sh && i === instructions.length - 1) {
}
{{ arg }}
}
}