On Fri, 23 Jun 2023, Ken Seefried wrote:
Didn't see anyone mention it, but one should
recall that the whole memory
space on the 8088/8086 was 1M, so a 'limit' (whatever kind) of 640K wasn't
Well, it only has 20 address bits. But it can address much more memory
because it has additional information on some status pins about what
segment register is used for adressing. So in theory, you could have one
separate 1Mb of memory for each possible segment register. Or at least you
could easily separate the stack from the other memory.
Anyone here know of a design that actually made use of this?
Christian