Anyone tell me how can I get how many E cycle for each code
Anyone tell me how can I get how many E cycle for each code. And why? Thank you so much
Anyone tell me how can I get how many E cycle for each code. And why? Thank you so much
Solution
For each addressing mode there is particular number of cycles.. It is available in datasheet.
We have to follow that datasheet.
For example
ldx #60000 It takes two instruction cycles.
or
ldx #50000 It also takes two instruction cycles. It is fixed to this type of addressing mode.
We have to check that in datasheet.
Still any doubts please let me know. I will help you.
