home · browse games · browse knowledge base · featured articles · about · contact us


Disclaimer: This information is provided as is. There may be errors in this information. You may use this information only if you agree that Minimalist, Inc. / Coinop.org, its employees, and noted authors will never be held responsible for any damage, injury, death, mayhem, etc. caused by errors in the information. When working with high voltage, never work alone and always follow safety precautions.

Document Title: [ (text file)]

Motorola 68000 Instruction Set.
-------------------------------

                                                               Condition Codes
                                                               ---------------
                                          Assembler   Data
Instruction Description                    Syntax     Size        X N Z V C
-----------------------                   ---------   ----        ---------

ABCD     Add BCD with extend                Dx,Dy      B--        * U * U *
                                         -(Ax),-(Ay)
ADD      ADD binary                        Dn,     BWL        * * * * *
                                           ,Dn
ADDA     ADD binary to An                  ,An     -WL        - - - - -
ADDI     ADD Immediate                     #x,     BWL        * * * * *
ADDQ     ADD 3-bit immediate             #<1-8>,   BWL        * * * * *
ADDX     ADD eXtended                       Dy,Dx      BWL        * * * * *
                                         -(Ay),-(Ax)
AND      Bit-wise AND                      ,Dn     BWL        - * * 0 0
                                           Dn,
ANDI     Bit-wise AND with Immediate    #,   BWL        - * * 0 0
ASL      Arithmetic Shift Left            #<1-8>,Dy    BWL        * * * * *
                                            Dx,Dy
                                            
ASR      Arithmetic Shift Right              ...       BWL        * * * * *
Bcc      Conditional Branch            Bcc.S