Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->STX

Store Index Register

Compatibility: 6800, 6802, 6803, 6303R, 6303X, 6303Y

Xmsb -> M, Xlsb -> (M+1)

Condition Code Register

C  Not affected
V  Reset Always
Z  Set if result zero, else cleared
N  Set if bit 15 = 1
I  Not affected
H  Not affected

    
Addressing modeopcycbytesAssembler syntax
Direct:DF42STX <exprn.>
Index :EF52STX <exprn.>,X
Extend:FF53STX <exprn.>