Packages

package Memory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Address(lo: Byte, hi: Byte) extends Product with Serializable

    16-bit memory address.

    16-bit memory address.

    lo

    low byte of the memory address

    hi

    high byte of the memory address

Value Members

  1. object Address extends Serializable

    Factory for org.c64.attitude.Afterimage.Memory.Address instances.

Ungrouped