public void Label(String lname) { // this is the branch target NextInsn(0); icur.setIType(IAsm.I_LABEL); icur.setLabel(lname); }