Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->TBA

TBA    Transfer Accumulator B to Accumulator A

This is a 6800 opcode which is translated into:

         TRF B,A
         TSTA

Condition Code Register:

H  Set if half borrow, else cleared
N  Set if result Negative, else cleared
Z  Set if result Zero, else cleared
V  Always Cleared
C  Not affected

    
Addressing modeNo of cyclesNo of bytes
Implied93