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