Page 18 - TOPIC 3 PART 2
P. 18

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


               values. A data register must be specified as


               the source or destination


          • Example:-



                        ORG              $1000


                       MOVE.L #$12345678,D2



                       MOVE.L #$5F02C332,D3



                       AND.B D2,D3


                        AND.W D2,D3



                       AND.L D2,D3


                       END
   13   14   15   16   17   18   19   20   21   22