Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->INY

INY    Increment Index Register Y by One

This is a 6800-like opcode which is translated into:

         LEAY 1,Y


Condition Code Register:

H  Not affected
N  Not affected
Z  Set if result Zero, else cleared
V  Not affected
C  Not affected

    
Addressing modeNo of cyclesNo of bytes
Implied42