I am sarathi doing PG, I am new to this field i.e electronics. I am using HCS 08 MCU. In instruction set of this MCU, 1 instruction ADC ,X/ADD ,X or anythg space , X take 3 bus cycles. Can anybody able to clear my doubt. If u want you can mail me sarathius@yahoo.com
"ADD ,X" does take 3 cycles. But not all instructions that use this addressing mode require 3 cycles. All the read-modify-write instructions (NEG, ASR, COM, etc.) take 4, "JSR ,X" takes 5, and "DBNZ ,X" takes 6.