[][src]Module riscy::memory

Structs

NaiveMemory

NaiveMemory is an incredibly simple, but inefficient implementation that uses a hashmap to assign each memory addresses to its current value. It is here only as an illustration of the Memory interface.

PagedMemory

PagedMemory is the implementation of the Memory interfaced used by the riscy binary.

Traits

Memory

A trait representing a generic interface to a device that can be accessed through memory operations.