Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->ABA

ABA    Add Accumulator B to Accumulator A

This is a 6800 opcode which is translated into:

         PSHS B
         ADDA ,S+

Condition Code Register:

H  Set if half-carry else cleared
N  Set if result Negative, else cleared
Z  Set if result Zero, else cleared
V  Set on overflow, else cleared
C  Set if carry generated, else cleared

    
Addressing modeNo of cyclesNo of bytes
Implied94