public byte[] Implement(IRShiftRight ir) { return(BitConverter.GetBytes(count++)); }
public byte[] Implement(IRShiftRight ir) { throw new NotImplementedException(); }