Label label = declareLabel(asmLabel);
// System.out.println(name + " " + OPCODES_ARRAY[opcode] + " " + asmLabel + " " + label);
final Instruction instruction = new JumpInstruction(instructionList.size(), OPCODES_ARRAY[opcode], currentLineNumber, label);
updateCurrentState(instruction);
}