public bool MoveNext() { var instr = dasm.Disassemble(); if (instr == null) { return(false); } this.instr = instr; return(true); }