adevs
Public Member Functions | List of all members
adevs::ComputerMemoryAccess Class Referenceabstract

#include <adevs_qemu.h>

Public Member Functions

virtual unsigned read_mem (unsigned addr)=0
 
virtual void write_mem (unsigned addr, unsigned dat)=0
 

Detailed Description

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.


The documentation for this class was generated from the following file: