AND (logical AND) Tags: NZ
AND
Description:
Performs logical I (conjunction) on the bits of the given and the accumulator. The result remains in the accumulator.
AND Function:
Example:
AND #@00001111 ; masking the top four bits in A
AND #$80 ; masking all bits except the highest