/// <summary> /// Pops two arguments off the stack, performs a bitwise and, and pushes the result. /// </summary> public Emit And() { InnerEmit.And(); return(this); }