0 Members and 1 Guest are viewing this topic.
ld a, h ;4 ld a, ixh ;8 jp (hl) ;4 jp (ix) ;8 ld h, $FF ;7 ld ixh, $FF ;11
This is more of a curosity question than anything else, but if one uses the undocumented instructions to access the lower and upper bytes of IX and IY, does it take -- approximately -- twice the number of T-States as it takes for their equivalents in H and L to execute?