On 11/3/24 15:56, dwight wrote: > I/O addresses for the 8080 come to mind. > Dwight
Well, in theory you could avoid that one by constructing 256-entry tables for IN and OUT instructions and using a computed CALL/JUMP to access the right one. The 8080 I/O address space is only 256 addresses. Not pretty, but a possible solution. --Chuck