Post #1964514
2026-05-04 16:01 UTC
the eZ80 is much less wtf-y than the 65816 in many ways (so few transistors, so many bad decisions!), but whoever decided that it was OK to have the only practical way to access the high byte of a 24-bit address be storing it into memory and loading from n+2 should have to subtitle their CV "i have no design taste"...
i mean, at least
ld (temp),hl
ld a,(temp+2)
or
push hl
ld hl,2
add hl,sp
ld a,(hl)
or
ld (ix-1),hl
ld a,(ix+1)
only take 12, 11 or 10 cycles respectively; but still...
Replies (0)
No replies.