CPU Simulator
    Preparing search index...

    This class represents an address space or a range of addresses.

    Erik Burmester erik.burmester@nextbeam.net

    Type Parameters

    Index

    Constructors

    Properties

    highAddress: T

    This member stores the upper boundry of the address space.

    lowAddress: T

    This member stores the lower boundry of the address space.

    Accessors

    Methods

    • This method returns the decimal representation of the address spaces highest address.

      Returns number

      The decimal representation of the upper boundry.

    • This method tests whether a given address is in range of the address space.

      Parameters

      • address: T

      Returns boolean

      True, if the given address is in range, false otherwise.

    • This method returns the decimal representation of the address spaces lowest address.

      Returns number

      The decimal representation of the upper boundry.