Which one is not logical __________.
The contents of the accumulator are logically OR with the 8-bit data and the result is placed in the accumulator. It performs the logical OR between the contents of register Rd and a constant and places the result in the destination register Rd.
ORA:-
The contents of the accumulator are logically OR with M the contents of the register or memory, and result is placed in the accumulator.
XRA:-
The contents of the accumulator are exclusive OR with M the contents of the register or memory, and the result is placed in the accumulator.