Page 20 - TOPIC 3 PART 2
P. 20

• Used to perform logical EOR 8,16 and 32 bit



               values. A data register must be specified as


               the source or destination



          • Example:-


                        ORG              $1000



                       MOVE.L #$FACB1298,D2




                       MOVE.L #$5F02C33A,D3


                       EOR.B D2,D3




                        EOR.W D2,D3



                        END


                                                           Prepared by:  Chelva Kumari
                                                                 Arumugam_JTMK
   15   16   17   18   19   20   21   22