Why are there 6T states in opcode fetch of CALL instead of 4?

前端 未结 2 739
伪装坚强ぢ
伪装坚强ぢ 2021-01-14 18:45

My question is why are there 6T states in opcode fetch of the CALL instruction while there are 4 for other instructions in 8085 microprocessor. I have searched a lot but did

2条回答
  •  孤城傲影
    2021-01-14 19:16

    4 T states are used to fetch the opcode; 2 T states are used to decrement the Stack Pointer (SP). Because on top of the stack nothing is stored.

提交回复
热议问题