Performs a bit-wise Boolean AND between X and Y, popping the stack and leaving the result in X.
Dialect restriction. AndM is implemented only in dialects 6 or later.
See also OrM, XorM, NotM and the non-bit-wise equivalents And, Or, Xor, Not