I have referred the Intel 8085 manual, it says that the HLT instruction requires 1 machine cycle and 5 or more T states, but my textbook and some internet sources say that it requires 2 machines cycles and the number of T states can vary depending on if there are any pending interrupts or not. Clarify this please
I guess since it is a 1 byte instruction, the only bus operation it performs is the opcode fetch,thus 1 M cycle but am not sure about how many T states it should require.....