ALEx v0.3.0 Alex.RAM View Source

Convenience functions for working with ALE RAM.

Link to this section Summary

Types

t()

Abstraction around ALE RAM.

Functions

Creates a new RAM struct.

Link to this section Types

Link to this type

t()

View Source
t() :: %Alex.RAM{contents: Enum.t(), size: integer()}

Abstraction around ALE RAM.

Fields

  • :contents: RAM contents.
  • :size: RAM size.

Link to this section Functions

Creates a new RAM struct.

Returns %Alex.RAM{}.

Parameters

  • interface: %Alex.Interface{}.