Module riscy::memory

source ·

Structs

  • 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 is the implementation of the Memory interfaced used by the riscy binary.

Traits

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