On 6 August 2015 at 23:07, Pavel Dovgalyuk wrote:
> Hello!
>
> What is the best way of emulating memory region with incomplete decoding of
> address?
> E.g., when 2k RAM is mapped on every 2k'th offset of 16-bit machine.
>
> I figured out two possible solutions:
> - manually create many region's a
Hello!
What is the best way of emulating memory region with incomplete decoding of
address?
E.g., when 2k RAM is mapped on every 2k'th offset of 16-bit machine.
I figured out two possible solutions:
- manually create many region's aliases
- somehow modify the MemoryRegion to support aliases dupl