Logically AND the contents of memory
Contents of memory location, whose address is specified by HL register pair are logically AND with the contents of the accumulator. The results is stored in the accumulator. The instruction format is
ANAM (A- A & [HL])
Flags :S, Z and P are modified according to the result CY is always reset. AC it always set.