Expand description

Definitions for components that can preform memory read or write operations from an memory address.

Traits

  • A component that can either read or write a byte from a memory address.
  • A component that can either read or write a halfword from a memory address.
  • A component that can either read or write a word from a memory address.

Functions