Re: Unaligned memory access and bus width
Posted on 2018-01-21, 20:30
I think the VGA latches simply respond to what address is on the bus. So unless you actually fetch a word or dword starting at A0000h or higher, VGA won't 'see' it. Having said that, there are indeed 'wraparound' issues when doing unaligned word/dword reads or writes at the end of a segment. I ran …