Search This Blog

Monday, May 23, 2011

Instruction with 9,10 and 12 T-States


INSTRUCTIO WITH 9 T STATES


CC,CNC,CP,CM,CPO,CPE,CZ,CNZ
(CONDITION FALSE)


INSTRUCTION WITH 10 T STATES


DAD register pair(ADD REGISTER PAIR TO HL)
DCR M
IN 8-bit address
INR M
JMP (JUMP UNCONDITIONAL)
JC,JNC,JP,JM,JZ,JNZ,JPO,JPE(CONDITION TRUE)
LXI register pair/16bit immediate
MVI M, data
OUT 8bit address
POP register pair
RET (UNCONDITIONAL)


INSTRUCTION WITH 12 T STATES


RST 0, RST 1 ...... RST 7
RST (RESTART)
RC,RNC,RPO,RPE,RM,RP,RZ,RNZ(CONDITION TRUE)
PUSH register pair

No comments:

Post a Comment