Redundant instruction
This is a redundant instruction. It is replaced by: AND
Executes AND operation of each bit in 16-bit equivalent constant or 16-bit data specified by s1 and s2 if the trigger EN is in the ON-state. The AND operation result is stored in the 16-bit area specified by d. When 16-bit equivalent constant is specified by s1 or s2, the AND operation is performed internally converting it to 16-bit binary expression. You can use this instruction to turn OFF certain bits of the 16-bit data.
Input
16-bit area or 16-bit equivalent constant to be compared
Output
16-bit area for storing AND operation result
Bit position
start: ON
The variables s1, s2 and d have to be of the same data type.