EOR

EOR - Exclusive OR

Description

Flags affected
N Z C I D V
+ + - - - -
Addressing Mode Assembly OpCode No. Bytes. No. Cycles
Immediate EOR #Oper 49 2 2
Zero Page EOR Oper 45 2 3
Zero Page, X EOR Oper, X 55 2 4
Absolute EOR Oper 4d 3 4
Absolute, X EOR Oper, X 5d 3 4 [ 1 ]
Absolute, Y EOR Oper, Y 59 3 4 [ 1 ]
(Indirect, X) EOR (Oper, X) 41 2 6
(Indirect), Y EOR (Oper), Y 51 2 5 [ 1 ]

[ 1 ] Add 1 if page crossed.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.