adevs
|
#include <adevs_qemu.h>
Public Member Functions | |
virtual unsigned | read_mem (unsigned addr)=0 |
virtual void | write_mem (unsigned addr, unsigned dat)=0 |
For emulators that support access to memory locations (right now, this is only for the ucsim based emulator), this is the interface used to read and write memory locations. Its primary purpose is to enable access to the i/o registers in small microprocessors.