How to simulate a microcontroller whose ROM and RAM are the same address space?
Some microcontrollers have a Haval architecture. ROM and RAM have separate buses, which means they have the same address space, such as 0-0x100. How do I set the memory region? Thanks!