Re: Unaligned memory access and bus width
Posted on 2018-01-22, 01:20
Essentially, DON'T read entire 16-bit/32-bit data from RAM/hardware, but instead only read the higher 32-bit byte(s) until it reaches the mod 2(386sx) or mod 4(386dx) point. Read the rest in the same way on the next cycle(s). 32-bit read from address 1/2/3 doesn't actually read from addresses …